.about-page-simple {
  background-color: #f3f3f3;
  min-height: 100vh;
  padding: 80px 26px 60px;
}

.about-simple-section {
  max-width: 1320px;
  margin: 0 auto;
}

.about-simple-label {
  color: red;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.about-simple-title {
  font-size: 56px;
  font-weight: 400;
  color: #6a7380;
  margin-bottom: 30px;
  line-height: 1.2;
}

.about-simple-subtitle {
  font-size: 21px;
  font-weight: 400;
  color: red;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-simple-section p {
  font-size: 20px;
  font-weight: 400;
  color: #6a7380;
  line-height: 2.1;
  margin-bottom: 38px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .about-page-simple {
    padding: 60px 22px 45px;
  }

  .about-simple-title {
    font-size: 44px;
  }

  .about-simple-subtitle {
    font-size: 19px;
  }

  .about-simple-section p {
    font-size: 18px;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  .about-page-simple {
    padding: 40px 16px 35px;
  }

  .about-simple-label {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-simple-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .about-simple-subtitle {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .about-simple-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
}