.about-editorial-main {
  padding-bottom: 88px;
}

.about-editorial-page {
  width: 100%;
}

.about-editorial-title {
  margin-bottom: 78px;
  text-align: center;
}

.about-editorial-title p {
  margin: 0;
  color: #171717;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-editorial-content {
  max-width: 790px;
  margin: 0 auto;
}

.about-editorial-content h1 {
  margin: 0 0 28px;
  color: #414141;
  font-size: clamp(48px, 4.5vw, 25px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.about-editorial-content p {
  margin: 0 0 28px;
  color: #757575;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.about-editorial-block {
  margin-top: 66px;
}

.about-editorial-block h2 {
  margin: 0 0 28px;
  color: #4a4a4a;
  font-size: clamp(34px, 3.2vw, 25px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 400;
}

.about-editorial-block h2 strong {
  color: #3e3e3e;
  font-weight: 700;
}

.about-editorial-block h3 {
  margin: 0 0 36px;
  color: #4a4a4a;
  font-size: clamp(20px, 1.9vw, 25px);
  line-height: 1.28;
  letter-spacing: -0.025em;
  font-weight: 700;
}

@media (max-width: 900px) {
  .about-editorial-title {
    margin-bottom: 54px;
  }

  .about-editorial-content {
    max-width: 100%;
  }

  .about-editorial-content p {
    font-size: 17px;
  }
}

@media (max-width: 540px) {
  .about-editorial-main {
    padding-bottom: 60px;
  }

  .about-editorial-title {
    margin-bottom: 38px;
  }

  .about-editorial-title p {
    font-size: 19px;
  }

  .about-editorial-content h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 12vw, 48px);
  }

  .about-editorial-content p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .about-editorial-block {
    margin-top: 44px;
  }

  .about-editorial-block h2 {
    margin-bottom: 22px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .about-editorial-block h3 {
    margin-bottom: 26px;
    font-size: 19px;
  }
}
