.contact-cards-module{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.contact-cards-module.items-1{grid-template-columns:1fr}.contact-cards-module.items-2{grid-template-columns:1fr 1fr}.contact-cards-module .contact-card{border-radius:20px;overflow:hidden;padding:40px 30px 30px}.contact-cards-module .content-wrapper{display:grid;grid-template-columns:1fr 2fr;grid-gap:20px}.contact-cards-module.style-no-image .content-wrapper{grid-template-columns:1fr}.contact-cards-module .image-wrapper{height:125px;width:125px}.contact-cards-module .image-wrapper img{height:100%!important;max-width:100%;object-fit:cover;width:100%}.contact-cards-module .image-wrapper{aspect-ratio:1;border-radius:20px;height:auto;max-width:100%;overflow:hidden;width:auto}.contact-cards-module .text-wrapper p:first-child{margin-top:0!important}.contact-cards-module.style-no-image .left-wrapper{display:none}@media (max-width:1250px){.contact-cards-module{grid-template-columns:1fr 1fr}}@media (max-width:768px){.contact-cards-module{grid-template-columns:1fr}}