.about-main {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
  padding: 52px 0 88px;
}

.about-hero {
  text-align: center;
  margin-bottom: 34px;
}

.about-hero h1 {
  margin: 0 0 14px;
  color: #008fd3;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.2;
}

.about-hero p,
.about-section p {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.9;
}

.about-section {
  margin-top: 28px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.74);
}

.about-section h2 {
  margin: 0 0 12px;
  color: #008fd3;
  font-size: 28px;
  font-weight: 900;
}

.about-section h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 8px;
  background: #46d4ff;
}

.about-section a {
  color: #008fd3;
  font-weight: 900;
}

.about-list {
  margin: 12px 0 0;
  padding-left: 1.4em;
}

.about-list li {
  margin: 8px 0;
  color: #3f3f3f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .about-section {
    padding: 20px 18px;
  }
}
