.custom-services__headline {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .custom-services__headline {
    margin-bottom: 50px;
  }
}
.custom-services__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .custom-services__text {
    margin-bottom: 50px;
  }
}
.custom-services__slider {
  position: relative;
}
.custom-services__slider-wrapper {
  overflow: hidden;
}
.custom-services__slider-control {
  display: none !important;
}
@media (min-width: 1200px) {
  .custom-services__slider .swiper-slide {
    height: initial;
  }
  .custom-services__slider .swiper-wrapper.desktop-rows-2 {
    height: 410px;
  }
  .custom-services__slider .swiper-wrapper.desktop-rows-2 .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
  }
}
@media (min-width: 1500px) {
  .custom-services__slider .swiper-wrapper.desktop-rows-2 {
    height: 350px;
  }
}
@media (min-width: 1600px) {
  .custom-services__slider {
    margin-left: -75px;
    margin-right: -75px;
  }
  .custom-services__slider-wrapper {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
  }
  .custom-services__slider-navigation {
    display: none !important;
  }
  .custom-services__slider-control {
    display: flex !important;
  }
}
.custom-services__item {
  height: 100%;
  padding: 24px;
  color: #212529;
  background-color: #F3F5F8;
}
.custom-services__item-b1 {
  margin-bottom: 27px;
}
.custom-services__item-b2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-services__item-name {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}
.custom-services__item-caption {
  line-height: 20px;
  font-size: 16px;
}
.custom-services__item-cost {
  font-size: 18px;
  font-weight: 700;
}
.custom-services__item-button {
  width: 100%;
  height: 40px;
  max-width: 160px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-width: 3px;
}
@media (min-width: 992px) {
  .custom-services__item {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-services__item-b1 {
    width: 65%;
    margin-bottom: 0;
    padding-right: 15px;
  }
  .custom-services__item-b2 {
    width: 35%;
    flex-direction: column;
    align-items: end;
    justify-content: flex-start;
  }
  .custom-services__item-cost {
    margin-bottom: 25px;
  }
}
