.contact-section{margin:0 auto 1rem;max-width:var(--container-default);width:100%}.contact-section__title{margin-bottom:3rem}.contact-section-list{display:grid;gap:3rem;grid-template-columns:repeat(1,1fr);justify-items:center}.contact-card{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:275px;text-align:center;width:100%}.contact-card-image{background-color:#fff;border-radius:50%;height:150px;margin:0;overflow:hidden;padding:0;width:150px}.contact-card-image img{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.contact-card-body{display:flex;flex-direction:column}.contact-card__name{margin-bottom:1.25rem}.contact-card__email,.contact-card__email:hover,.contact-card__phone,.contact-card__phone:hover{color:#000;text-decoration:none}@media screen and (min-width:672px){.contact-section-list{grid-template-columns:repeat(2,1fr)}.contact-card{text-align:left}}@media screen and (min-width:992px){.contact-section-list{grid-template-columns:repeat(4,1fr)}}