/* Основные стили для всех блоков */
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.hero {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.cta-button {
  background-color: #f16b6f;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50px;
}

.about, .services, .testimonials, .subscribe, .about-us {
  padding: 60px 0;
  text-align: center;
}

.service-item {
  width: 30%;
  display: inline-block;
  margin: 0 1%;
}

.service-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.social-links a {
  margin: 0 15px;
  color: #fff;
}