.why_choose_us_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .why_choose_us_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.why_choose_us_top {
  margin-top: -32px;
}
@media (max-width: 991.98px) {
  .why_choose_us_top {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.why_choose_us_img {
  width: 100%;
  max-width: 1280px;
  object-fit: cover;
  position: relative;
  z-index: -1;
  margin-top: -70px;
}
@media (max-width: 991.98px) {
  .why_choose_us_img {
    margin-top: -20px;
  }
}

/*# sourceMappingURL=why_choose_us.css.map */
