/* section-style-1 */
.section-style-1 {
  --inner-height: 850px;
}

.section-style-1 .page-section-inner.withbg-img {
  background-position: center bottom;
}

@media only screen and (max-width: 991px) {
  .section-style-1 {
    --inner-height: 600px;
  }

}

@media only screen and (max-width: 767px) {
  .section-style-1 {
    --inner-height: 500px;
  }

  .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+ */

  }

  .section-style-1 .page-section-content {
    position: relative;
  }
}
