.whyUs .mainHeading {
  font-size: 68px;
  color: #000;
  font-weight: 700;
}
.whyUs .transparentbg {
  background: rgba(255, 255, 255, 0.7);
}
.whyUs .transparentbg h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.whyUs .transparentbg .whyUsBottom {
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 55px 55px;
  min-height: 220px;
}
.whyUs .transparentbg .whyUsBottom p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

.benefits {
  background: var(--red-color);
}
.benefits img {
  max-height: 88px;
}
.benefits h2 {
  font-size: 26px;
  font-weight: 700;
}
.benefits p {
  font-size: 20px;
  font-weight: 500;
  max-width: 75%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .mainHeading {
    font-size: 55px !important;
    color: #000;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .mainHeading {
    font-size: 31px !important;
    color: #000;
    font-weight: 700;
  }
}/*# sourceMappingURL=whyUs.module.css.map */