/* section-style-1 */
.section-style-1 {
  --inner-height: 850px;
}

.section-style-1 .page-section-inner.withbg-img {
  background-position: center bottom;
}

.white-box-section .page-section-content-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
}

.white-box-section .page-body-text {
  font-size: 21px;
}

@media only screen and (max-width: 991px) {
  .section-style-1 {
    --inner-height: 600px;
  }

  .white-box-section .page-body-text {
    font-size: 20px;
  }

  .white-box-section .page-section-inner {
    padding-top: 150px;
    padding-bottom: 150px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section-style-1 {
    --inner-height: 500px;
  }

  .approach-section.section-style-1 {
    --inner-height: 550px;
  }

  .section-style-1 .page-section-inner.withbg-img {
    position: relative;
  }

  .section-style-1 .page-section-inner.withbg-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.75+73,0+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 73%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }

  .white-box-section .page-section-inner.withbg-img:before {
    display: none;
  }

  .white-box-section .page-body-text {
    font-size: 18px;
  }

  .white-box-section .page-section-content-inner {
    padding: 30px;
  }

  .white-box-section .page-section-inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-style-1 .page-section-content {
    position: relative;
  }
}
