.more-section {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
}

 /* .more-section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: #f5f7f8;
  height: 250px;
} */

.more-section__box {
  max-width: 1300px;
  margin: auto;
  background-image: url("../../img/more-section-img.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 1000;
  padding: 150px 130px;
}

.more-section__box .bs-heading {
  margin: 0;
  max-width: 700px;
}

.more-section__box .bs-paragraph {
  margin: 0;
  padding-top: 32px;
  max-width: 480px;
}


@media only screen and (max-width: 1599px) {
  .more-section__box {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1199px) {
  .more-section__box {
    padding: 120px 50px;
  }
}

@media only screen and (max-width: 899px) {
  .more-section__box {
    padding: 50px 20px;
  }

  .more-section__box .bs-paragraph {
    max-width: 320px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 499px) {
  .more-section__box {
  }
}
