.module--contact-card .contact_card_grid{display:grid;gap:1.75em;grid-template-columns:100%}@media (min-width:700px){.module--contact-card .contact_card_grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.module--contact-card .contact_card_grid{grid-template-columns:repeat(3,1fr)}}.module--contact-card .contact_card_grid .contact_cards__card{align-content:center;background-color:#023369;border-radius:20px;display:block;padding:2em;text-align:center}@media (min-width:1280px){.module--contact-card .contact_card_grid .contact_cards__card{padding:2em 4em}}.module--contact-card .contact_card_grid .contact_cards__card h3{color:#ffc857;font-family:RubikBold;font-size:1.4em;margin:0 0 .5em}.module--contact-card .contact_card_grid .contact_cards__card_info{color:#fff}.module--contact-card .contact_card_grid .contact_cards__card_info p{margin:0}.module--contact-card .contact_card_grid .contact_cards__card_info__img{margin:1em;border-radius:50%}.module--contact-card .contact_card_grid .contact_cards__card_info__img img{border-radius:50%;height:80px;width:80px}.module--contact-card .contact_card_grid .contact_cards__card_info__name{font-size:1.1em;font-family:RubikSemi;margin-bottom:.25em}.module--contact-card .contact_card_grid .contact_cards__card_info__contact-2{padding-top:1em;margin-top:1.5em;position:relative}.module--contact-card .contact_card_grid .contact_cards__card_info__contact-2:before{background-color:#0685c8;content:"";height:1.5px;left:0;right:0;margin:auto;position:absolute;top:0;width:50px}.module--contact-card .contact_card_grid .contact_cards__card_info__email,.module--contact-card .contact_card_grid .contact_cards__card_info__phone{font-weight:100}.module--contact-card .contact_card_grid .contact_cards__card_info__email a,.module--contact-card .contact_card_grid .contact_cards__card_info__phone a{color:#fff}.module--contact-card:has(h2) .contact_card_grid{margin-top:2.5em}