
/* Стили для страницы О клинике */
.about-section {
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.about-section h1,
.about-section h2 {
  color: #2a9d8f;
  margin-bottom: 1rem;
}
.about-section p {
  line-height: 1.7;
  margin-bottom: 1rem;
}
.about-block {
  background-color: #f1fdf6;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
  .about-section {
    padding: 1rem;
  }
}
