#why_choose_us_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

#why_choose_us_header {
  text-align: center;
  margin-bottom: 2.5rem;
}

#why_choose_us_subheading {
  color: #c41e3a;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

#why_choose_us_title {
  color: #2d2d2d;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.why_choose_us_title_highlight {
  color: #c41e3a;
}

#why_choose_us_divider {
  width: 80px;
  height: 4px;
  margin: 0 auto 1.25rem;
  border: none;
  background: linear-gradient(to right, #c41e3a 50%, #1e5a9e 50%);
}

#why_choose_us_intro {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

#why_choose_us_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.why_choose_us_card {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.why_choose_us_icon_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #3d7ab8 0%, #1e4a7a 100%);
}

.why_choose_us_icon_wrap svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.why_choose_us_card_title {
  color: #1e5a9e;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.why_choose_us_card_text {
  color: #5a5a5a;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 992px) {
  #why_choose_us_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  #why_choose_us_grid {
    grid-template-columns: 1fr;
  }

  #why_choose_us_wrapper {
    padding: 2rem 1rem 3rem;
  }
}
