.logo {
  width: 120px;
}

.header {
  padding: 5px 0;
  background-color: #313131;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.banner {
  margin-top: 70px;
}

.banner-title {
  font-size: 44px;
  margin-bottom: 20px;
  color: #0c00bb;
  font-weight: 800;
}

.banner-subtitle {
  font-size: 20px;
}

.banner-img {
  margin-bottom: 30px;
  border-radius: 20px;
  max-width: 700px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.about {
  margin-bottom: 70px;
  margin-top: 70px;
  padding: 20px 0;
  background-color: #316be8;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 20% 50%/50% 50%;
}

.about-title {
  color: #fff;
  margin: 20px 0;
}

.services-title {
  color: #5372b5;
  margin: 20px 0;
}

.services-item {
  margin-bottom: 20px;
  background-color: #f0f0f0;
  padding: 40px 0;
  font-weight: 600;
  border-radius: 50% 10% 50% 10%;
  border: 1PX solid #c9deff;
}

.footer {
  background-color: #313131;
  color: #fcfcfc;
  padding: 35px 0;
  margin-top: 60px;
}

.footer-title {
  color: #fff;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 16px;
}

.footer-contacts {
  color: #8bc2fc;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}

.footer-contacts:hover {
  color: #5b7dac;
}

.customer-contacts {
  text-decoration: underline;
}
