/* * Header */

.header {
  padding: 10px 0;
  background-color: #889c8f;
}

.logo-image {
  width: 80px;
}

/* * Banner */

.banner {
  margin: 50px 0;
}

.banner-title {
  padding: 20px 0;
  font-weight: 900;
  font-size: 38px;
  color: #1f827a;
}

.banner-text {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.banner-img {
  max-width: 600px;
  border-radius: 5px;
}

/* * About  */

.about {
  margin-bottom: 80px;
  background-color: #889c8f;
  padding: 20px 0;
  color: #fff;
}

.about-text {
  margin-bottom: 20px;
}

.about-title,
.services-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-list {
  margin-top: 30px;
}

.about-list li {
  padding: 10px;
}

.about-list li b {
  color: #8de687;
}

/* * Services */

.services-list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.services-list-item b {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 900;
  color: #ad562a;
  font-size: 22px;
  text-decoration-line: underline;
  margin-top: 25px;
}

.services-list-item li {
  min-height: 50px;
  padding: 20px;
  background-color: #30344d;
  border-radius: 50px;
  color: #fff;
  width: 600px;
  box-shadow: 0 0 10px rgba(253, 253, 253, 0.3);

  @media (max-width: 620px) {
    width: auto;
  }
}

/* * Footer */

.footer {
  margin-top: 100px;
  background: #d5d5d5;
  padding: 30px 0;
  line-height: 2;
}

.footer-title {
  color: #000;
}

.footer-contacts {
  color: #5f775c;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-contacts:hover {
  color: #334d3d;
}
