h2 {
  color: #27c34e;
}

/* * Header */

.header {
  padding-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  background-color: #dafcda;
  border-bottom: 3px solid #ffbe55;
}

.logo-image {
  width: 100px;
}

/* * Company */

.company {
  margin: 100px 0;
}

.company-title {
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  color: #2ab852;
  max-width: 700px;
  margin: 0 auto;
}

.company-text-block {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.company-img {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}

.company-text {
  font-size: 28px;
  color: #dba93d;
  margin-bottom: 20px;
  text-align: center;
}

.company-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.company-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.company-item-text {
  font-size: 20px;
}

.icon-toggle-on {
  color: #11b811;
  font-size: 30px;
}

/* * About  */

.about {
  background-color: #dafcda;
  border-bottom: 3px solid #ffbe55;
  border-top: 3px solid #ffbe55;
  padding: 50px 0;
  margin-bottom: 100px;
}

.about-title {
  margin-bottom: 20px;
}

.about-subtitle {
  margin-bottom: 15px;
}

/* * Services */

.services {
  margin-bottom: 100px;
}

.services-title {
  text-align: center;
}

.services-list {
  margin-bottom: 40px;
  text-align: center;
}

.services-list li {
  padding: 10px;
}

/* * Footer */

.footer {
  margin-top: 60px;
  background: #6877db;
  text-align: center;
  padding: 20px 0;
}

.footer-title {
  color: #ffffff;
}

.footer-contacts {
  color: #ffb349;
}

.footer-contacts:hover {
  color: #ff9523;
}
