@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#about .s2 {
  background: linear-gradient(326deg, #92BCD8 -13.09%, #012231 102.4%);
}

#about .s3 .plx-bg {
  background: url(/i/for-over-bg-parallax.jpg) no-repeat top/cover;
}

#about .s3 .container {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#about .s3 .left > div {
  max-width: 650px;
}

#about .s3 .lg {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1100px) {
  #about .s3 .left > div {
    max-width: none;
  }
  #about .s3 h3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #about .s3 .container {
    bottom: 5rem;
  }
}

@media screen and (max-width: 500px) {
  #about .s3 .plx-bg {
    background: url(/i/for-over-bg-mobile.jpg) no-repeat left/cover;
  }
}
