.section_banner .head p {
  max-width: 45.5rem;
}
.section_about {
  padding-top: 8.4rem;
}
.section_about .head {
  margin-top: 4%;
}
.section_about .head p + p {
  margin-top: 1.4rem;
}
.section_about .head p {
  margin-top: 3rem;
}
.section_about .head h2::before {
  left: -0.033em;
}
.about_reliable {
  padding: 19.7rem 0 12.6rem;
}
.about_reliable .img {
  width: 48.95522388%;
  height: auto;
}
.about_reliable .img + .head {
  max-width: 57.7rem;
}
.about_reliable .head {
  flex: 1;
  width: 100%;
  padding-top: 0.9%;
}
.about_reliable p {
  margin-top: 2.4rem;
}
.about_services {
  overflow: hidden;
  padding: 12.7rem 0 17.2rem;
}
.about_services .head h2::before {
  bottom: -0.08em;
}
.about_services .about_services_swiper {
  margin-top: 6rem;
}
.about_services .about_services_swiper .swiper-slide {
  position: relative;
  max-width: 23.28358209%;
  --w: 6.9rem;
}
.about_services .about_services_swiper .swiper-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--w) / 2);
  transform: translateY(-50%);
  height: 3px;
  background: url("../img/about-dotted.svg") repeat-x center left / auto 100%;
  content: '';
}
.about_services .about_services_swiper .swiper-slide:first-child {
  max-width: 24.814925%;
}
.about_services .about_services_swiper .swiper-slide:last-child::before {
  display: none;
}
.about_services .about_services_swiper .icon {
  position: relative;
  z-index: 2;
  width: var(--w);
  height: var(--w);
  background-color: var(--primary);
}
.about_services .about_services_swiper .icon img {
  transform: scale(0.57971014);
}
.about_services .about_services_swiper .info {
  padding-right: 2rem;
  margin-top: 2.2rem;
}
.about_services .about_services_swiper .info h3 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.about_services .about_services_swiper .info p {
  line-height: 2.4rem;
  max-width: 20rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section_about {
    padding-top: 50px;
  }
  .section_about .head {
    margin: 0;
  }
  .section_about .head p + p {
    margin-top: 12px;
  }
  .section_about .head p {
    margin-top: 12px;
  }
  .about_reliable {
    padding: 50px 0;
  }
  .about_reliable .head {
    padding: 0;
  }
  .about_services {
    padding: 50px 0;
  }
  .about_services .about_services_swiper {
    margin-top: 30px;
  }
  .about_services .about_services_swiper .swiper-slide {
    max-width: 200px;
    --w: 50px;
  }
  .about_services .about_services_swiper .swiper-slide:first-child {
    max-width: 200px;
  }
  .about_services .about_services_swiper .info {
    margin-top: 20px;
  }
  .about_services .about_services_swiper .info h3 {
    font-size: 20px;
  }
  .about_services .about_services_swiper .info p {
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .section_about .img.img_cv {
    margin: 0 20px;
  }
  .about_reliable .img {
    width: 100%;
  }
}
