.about-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: system-ui, sans-serif;
  color: #222;
  line-height: 1.6;
}

.about-wrapper h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-wrapper h2 {
  font-size: 1.6rem;
  margin: 30px 0 10px;
  font-weight: 600;
}

.about-lead {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 35px;
  max-width: 750px;
}

.about-section {
  margin-bottom: 32px;
}

.about-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.about-list li {
  margin-bottom: 8px;
}

.about-contact {
  margin-top: 45px;
  padding: 20px;
  border-left: 4px solid #1a73e8;
  background: #f7f9fc;
  border-radius: 6px;
}

.contact-block {
  margin-top: 10px;
  color: #333;
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  .about-wrapper {
    padding: 25px 15px;
  }

  .about-wrapper h1 {
    font-size: 1.8rem;
  }

  .about-wrapper h2 {
    font-size: 1.4rem;
  }

  .about-lead {
    font-size: 1rem;
  }
}
