.section-about-text-image {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;

  .about-container {
    position: relative;
  }

  .background-text {
    position: absolute;
    z-index: -1;
    top: -50px;
    font-weight: bold;
    font-size: 16rem;
    color: #e5e5e5;
    user-select: none;
    line-height: 1;
  }

  .about-content {
    max-width: 768px;
    margin: 0 auto;

    .about-title {
      margin: 0;
      font-weight: bold;
      font-size: 3rem;
    }
  }
}

@media screen and (max-width: 749px) {
  .section-about-text-image {
    .background-text {
      position: relative;
      top: -25px;
      font-size: 10rem;
    }
  }
}