.ir-contact-cards{padding:40px 20px 100px;width:100%}.ir-contact-cards__container{margin:0 auto;max-width:1200px}.ir-contact-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;justify-items:center;max-width:100%}.ir-contact-cards__heading{color:#032254;font-family:Poppins,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:40px;text-align:center}@media (min-width:1300px){.ir-contact-cards__grid{grid-template-columns:repeat(auto-fit,minmax(300px,calc(25% - 18px)));margin:0 auto;max-width:1400px}}.ir-contact-cards__card{align-items:center;display:flex;flex-direction:column;gap:29px;margin:0 auto;max-width:400px;width:100%}.ir-contact-cards__image-wrapper{aspect-ratio:1/1;background-color:#f0f0f0;border-radius:24px;max-width:323px;overflow:hidden;position:relative;width:100%}.ir-contact-cards__image{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.ir-contact-cards__card:hover .ir-contact-cards__image{transform:scale(1.05)}.ir-contact-cards__content{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center;width:100%}@media (max-width:1024px){.ir-contact-cards{padding:50px 20px}.ir-contact-cards__grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ir-contact-cards__image-wrapper{max-width:300px}}@media (max-width:768px){.ir-contact-cards{padding:40px 15px}.ir-contact-cards__grid{gap:24px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.ir-contact-cards__card{gap:24px}.ir-contact-cards__image-wrapper{max-width:280px}}@media (max-width:640px){.ir-contact-cards{padding:30px 15px}.ir-contact-cards__grid{gap:32px;grid-template-columns:1fr}.ir-contact-cards__card,.ir-contact-cards__image-wrapper{max-width:100%}}@media (max-width:480px){.ir-contact-cards{padding:30px 10px}.ir-contact-cards__card{gap:20px}}