.text-section-container {
  position: relative;
  text-align: left;
  scroll-margin-top: 150px;
}
.text-section-container .text-section-background,
.text-section-container .text-section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-section-container .text-section-background img,
.text-section-container .text-section-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-section-container .page-width {
  position: relative;
}
.text-section-container .page-width h1,
.text-section-container .page-width h2,
.text-section-container .page-width h3 {
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 49px;
}
@media only screen and (max-width: 767.98px) {
  .text-section-container .page-width h1,
  .text-section-container .page-width h2,
  .text-section-container .page-width h3 {
    margin-bottom: 20px;
    line-height: 37px;
  }
}
.text-section-container .page-width p {
  max-width: 755px;
  margin: 0 auto;
  line-height: 21px;
}
