.text-and-tiles-section.--text {
  background: #000;
  padding: 50px 20px;
}

@media (width >= 1200px) {
  .text-and-tiles-section.--text{
    background:
      linear-gradient(0,
      rgb(12 12 12 / 90%) 0%,
      rgb(12 12 12 / 0%) 26%,
      rgb(12 12 12 / 0%) 43.96%,
      rgb(12 12 12 / 80%) 54.92%,
      #0c0c0c 72.48%,
      #0c0c0c 100%
      ),
      url("what is ppf.webp") center / cover no-repeat;
    height: 865px;
    padding: 90px 0 0 ;
  }
}