.contact-grid{display:grid;grid-template-columns:repeat(2, 1fr);border-top:1px solid #dbecff}.contact-card{display:flex;min-height:246px;padding:24px 20px 28px 20px;flex-direction:column;justify-content:space-between;align-items:flex-start;border-right:1px solid #dbecff;border-bottom:1px solid #dbecff}.contact-card:nth-child(2n){border-right:none}.contact-card:nth-last-child(-n+2){border-bottom:none}.contact-card:first-child{background:#2a98e2;color:#fff}.contact-card:first-child .contact-title{color:#fff !important}.contact-top{display:flex;flex-direction:column;gap:12px}.contact-top .contact-title{max-width:150px;font-style:normal;font-weight:400;line-height:132%;letter-spacing:-0.48px;color:#000}.contact-icon img{width:24px;height:24px}.contact-text{color:#060812;font-size:20px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-0.4px}.contact-text a{color:#060812;font-size:20px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-0.4px}.contact-card:first-child .contact-text{color:#fff}@media(max-width: 991px){.contact-grid{grid-template-columns:1fr;margin-bottom:0}.contact-grid .container{max-width:100%;padding-left:0;padding-right:0}.contact-card{min-height:auto;padding:24px 20px;gap:20px}.contact-card:nth-last-child(-n+2){border-bottom:1px solid #dbecff;border-right:none}.contact-top{display:flex;flex-direction:row;align-items:center;gap:8px}.contact-top .contact-icon{display:flex;align-items:center;justify-content:center}.contact-top .contact-title{max-width:none;width:auto;white-space:nowrap;font-size:20px;text-align:center;margin-bottom:0}.contact-text{font-size:18px}}
