.contact-cards{padding:40px 0}.contact-cards h2{font-weight:400;margin-bottom:20px}.contact-cards__grid{display:flex;flex-wrap:wrap;gap:24px}.contact-card{align-items:center;background:var(--color-porcelain-white-10);border-radius:4px;display:flex;flex:1 1 100%;gap:10px;padding:16px}.contact-card .heading-xs{line-height:1}.contact-card__media{align-items:center;border-radius:8px;display:flex;flex:0 0 auto;height:96px;justify-content:center;overflow:hidden;width:96px}.contact-card__img,.contact-card__img--placeholder{height:100%;object-fit:cover;width:100%}.contact-card__content{display:flex;flex-direction:column;gap:5px}.contact-card__email-link{color:var(--smoked-emerald-50-main);text-decoration:none!important}@media (min-width:768px){.contact-card{border-radius:8px;flex:1 1 calc(33.333% - 0.67rem)}.contact-card__media{height:100px;width:100px}}@media (min-width:1024px){.contact-card{flex:1 1 calc(25% - 0.75rem)}}