.why-choose-us-section .sec-title .text,
.faq-section .sec-title .text {
  margin-top: 14px;
}

.why-choose-us-section .content-column .inner-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.why-choose-us-section .wcu-block {
  margin-bottom: 0;
}

.why-choose-us-section .inner-block {
  height: 100%;
  min-height: 185px;
  background: #ffffff;
  border: 1px solid rgba(12, 32, 63, 0.08);
  box-shadow: 0 15px 45px rgba(12, 32, 63, 0.08);
}

.why-choose-us-section .inner-block .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 6px;
  background: #0a4c96;
  color: #ffffff;
  font-size: 26px;
}

.global-footprint .india-footprint__visual img {
  max-height: 430px;
  object-fit: contain;
}

.faq-section .accordion-box .block .acc-btn {
  line-height: 1.35;
}

.contact-section-two .form-clt select,
.contact-section-two .form-clt input,
.contact-section-two .form-clt textarea {
  width: 100%;
}

.footer-widget .user-links a {
  word-break: normal;
}

@media (max-width: 991.98px) {
  .why-choose-us-section .content-column .inner-column {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .why-choose-us-section .inner-block {
    min-height: auto;
  }

  .global-footprint .india-footprint__content {
    gap: 22px;
  }
}
