.contact-cards{flex-direction:column;flex:16.25rem;gap:1rem;min-width:min(100%,16.25rem);display:flex}.contact-cards__card{border-radius:1rem;flex-direction:column;align-items:flex-start;gap:.625rem;padding:1.5rem;display:flex}.contact-cards__card--dark{color:#fff;background:#303e50;box-shadow:0 .125rem .5rem #303e5014}.contact-cards__card--light{color:#303e50;background:#fff;box-shadow:0 .125rem .5rem #303e5014}.contact-cards__label,.contact-cards__title{font-family:var(--font-open-sans);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700;line-height:normal}.contact-cards__phone{letter-spacing:.025rem;color:inherit;font-size:1.5rem;font-weight:800;line-height:1.875rem;text-decoration:none;transition:color .2s}.contact-cards__phone:hover{color:#ff6432}.contact-cards__description{margin:0;font-size:.875rem;line-height:1.375rem}.contact-cards__card--dark .contact-cards__description{color:#ffffffbf}.contact-cards__card--light .contact-cards__description{color:#5a6673}.contact-cards__link{color:#ff6432;align-items:center;gap:.25rem;font-size:.84375rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.contact-cards__link:hover{color:#e5551f}.contact-cards__link-arrow{font-size:.875rem;line-height:1}
.contact-section{background:#f5f6f8;width:100%}.contact-section__container{flex-wrap:wrap;align-items:flex-start;gap:clamp(1.25rem,3vw,2.5rem);max-width:90rem;margin:0 auto;padding:2.5rem clamp(1rem,3vw,2.5rem) 6.25rem;display:flex}
