.text-background {
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

.text-background::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 35.5rem;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  z-index: 0;
}

.text-background .section__content {
  position: relative;
  z-index: 1;
  width: 62.5rem;
  padding-top: 5.375rem;
  padding-bottom: 8.625rem;
}

.text-background .section__content .text-background__title {
  margin-bottom: 1.625rem;
}

@media screen and (min-width: 1024px) {
  .text-background .section__content .text-background__text {
    font-size: 1.625rem;
    line-height: 130%;
  }
}

@media screen and (max-width: 767px) {
  .text-background {
    background-position: center center;
    background-size: auto 22.5rem;
  }

  .text-background .section__content {
    width: 100%;
    padding-top: 5.375rem;
    padding-bottom: 8.625rem;
  }
}
