.services a {
  text-decoration: none;
  color: #000;
}
.services_item {
  position: relative;
}
@media (max-width: 991.98px) {
  .services_item {
    margin-bottom: 80px;
  }
  .services_item:last-child {
    margin-bottom: 0;
  }
}
.services_body {
  position: relative;
}
.services_image {
  width: 100%;
  height: 352px;
  object-fit: cover;
}
.services_head {
  width: 80%;
  padding: 20px;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #000;
  margin: auto;
}
.services_title {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.section-about {
  overflow: hidden;
}
.section-about_image {
  width: 100%;
  height: 780px;
  object-fit: cover;
}
.section-about_body {
  width: 520px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .section-about_body {
    width: 100%;
  }
}
.section-about_content {
  padding: 2rem;
}
.section-about_title {
  font-size: 2.5rem;
}
.section-about_text {
  font-size: 1.25rem;
}

.section-logos .img1 {
  width: 283px;
  height: 40px;
}
.section-logos .img2 {
  width: 164px;
  height: 50px;
}
.section-logos .img3 {
  width: 189px;
  height: 70px;
}
.section-logos .img4 {
  width: 222px;
  height: 70px;
}
.section-logos .logo-list_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-logos .logo-list_image {
  max-width: 100%;
}

.section-features svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-features svg path {
  fill: #152635;
}
.section-features .features_item._item-1 {
  background-color: #f0f0f0;
}
.section-features .features_item._item-1 svg {
  width: 120px;
  height: 102px;
}
.section-features .features_item._item-2 {
  background-color: #94a2ae;
}
.section-features .features_item._item-2 svg {
  width: 97px;
  height: 120px;
}
.section-features .features_item._item-3 {
  background-color: #6b7986;
}
.section-features .features_item._item-3 svg {
  width: 120px;
  height: 120px;
}
.section-features .features_item._item-4 {
  background-color: #f0f0f0;
}
.section-features .features_item._item-4 svg {
  width: 109px;
  height: 101px;
}
.section-features .features_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 40px;
}
.section-features .features_image {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 30px auto;
}
.section-features .features_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.section-features .features_text {
  text-align: center;
  font-size: 1rem;
}

.section-reviews .reviews_title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #8f8f8f;
}
.section-reviews .reviews_body {
  padding: 2rem;
  border: 1px solid #e3e3e3;
}

.section-callback {
  background-color: #f0f0f0;
}

/*# sourceMappingURL=home.css.map */
