section p {
  font-weight: 300;
}

.about-us {
  padding-top: 60px;
  position: relative;
}

.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 615px;
  z-index: -1;
  background-image: url("../images/about-us/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us p {
  margin-bottom: 30px;
}

.about-us p:last-child {
  margin-bottom: 0px;
}

.about-us .main {
  background-color: #fff;
  padding-top: 75px;
}

.about-us .intro {
  padding-left: 36px;
}

.about-vision .summary p {
  max-width: 356px;
}

.wellness {
  background-color: var(--greybg);
}

.wellness p:not(:last-child) {
  margin-bottom: 30px;
}

/* media css */

@media screen and (max-width: 1199px) {
  .about-us .intro {
    padding-left: 18px;
  }

  .about-us {
    padding-top: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .about-us .main {
    padding-top: 50px;
  }

  .about-us .intro {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .about-us .main {
    padding: 20px;
    padding-bottom: 0;
  }
  .about-us p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about-us p {
    max-width: 415px;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    padding-top: 30px;
  }

  .about-us .intro {
    padding-top: 30px;
  }
  .wellness p:not(:last-child) {
    margin-bottom: 20px;
}
.about-us .main img{width: 100%;}
}

@media screen and (max-width: 575px) {
  .about-vision .summary p {
    max-width: 100%;
  }
}
