#benefits {
  overflow-x: hidden;
}

.b_heading {
  background-color: #fff;
  text-align: center;
}
.b_heading h2 {
  font-size: 68px;
  font-weight: 700;
}

.h3head h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.who_we_are_looking_for {
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 55px 55px;
  min-height: 220px;
  background-color: #fff !important;
}
.who_we_are_looking_for h3 {
  text-align: center;
  margin-bottom: 20px;
}
.who_we_are_looking_for p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

#benefits_features {
  background: url("../../../../assets/story-detailsbg.png");
  background-size: cover;
  margin: 55px 0px;
}
#benefits_features h3 {
  text-align: center;
  font-size: 31px;
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
}
#benefits_features .img_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#benefits_features .img_div {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: var(--red-color);
}
#benefits_features .img_div img {
  margin-left: 25px;
  margin-top: 22px;
}
#benefits_features p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 20px 0px;
}

@media (max-width: 576px) {
  .b_heading {
    padding-top: 15px;
  }
  .b_heading h2 {
    font-size: 38px;
    font-weight: 700;
  }
}/*# sourceMappingURL=benefits.module.css.map */