.services_step {
  overflow: hidden;
  padding: 130px 0 180px;
  background: url('../img/services_step_bg.jpg') no-repeat center center/cover;
}
.services_step .head h2{
  max-width: 645px;
}
.services_step .head div>em{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0.6;
}
.services_step .head .btn{
    transform: translateY(-20px);
}
.services_step .swiper_box {
  margin-top: 94px;
}
.services_step .swiper_box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
  height: 4px;
  background: url(../img/home-step-line.svg) repeat left center / contain;
  opacity: 0.4;
}
.services_step .services_step_swiper {
  overflow: hidden;
}
.services_step .services_step_swiper ul {
  counter-reset: step;
}
.services_step .services_step_swiper li {
  counter-increment: step;
  text-align: left;
}
.services_step .services_step_swiper .active .order {
  color: #fff;
  background-color: var(--primary);
}
.services_step .services_step_swiper .order {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  width: 84px;
  height: 84px;
  transition: all 0.3s;
  background-color: #5B5B5B;
  color: white;
}
.services_step .services_step_swiper .order::before {
  content: counter(step, decimal-leading-zero);
  
}
.services_step .services_step_swiper h3 {
  font-weight: 400;
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 55px;
}
.services_step .services_step_swiper p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 12px;
}
.services_step .btn {
  margin-top: 72px;
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .services_step {
    padding: 90px 0 110px;
  }
  .services_step .swiper_box {
    margin-top: 60px;
  }
  .services_step .swiper_box::before {
    top: 35px;
  }
  .services_step .services_step_swiper .order {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
  .services_step .services_step_swiper h3 {
    font-size: 22px;
    margin-top: 35px;
  }
  .services_step .services_step_swiper p {
    font-size: 15px;
    line-height: 1.6;
  }
  .services_step .btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .services_step {
    padding: 60px 0 80px;
  }
  .services_step .head .btn {
    transform: none;
  }
  .services_step .swiper_box {
    margin-top: 45px;
  }
  .services_step .swiper_box::before {
    top: 30px;
    height: 3px;
  }
  .services_step .services_step_swiper .order {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .services_step .services_step_swiper h3 {
    font-size: 20px;
    margin-top: 28px;
  }
  .services_step .services_step_swiper p {
    font-size: 14px;
    line-height: 1.5;
  }
  .services_step .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .services_step {
    padding: 50px 0;
  }
  .services_step .head {
    display: block;
  }
  .services_step .head .btn {
    transform: none;
    margin-top: 20px;
  }
  .services_step .swiper_box {
    margin-top: 30px;
  }
  .services_step .swiper_box::before {
    height: 2px;
    top: 20px;
  }
  .services_step .services_step_swiper {
    overflow: visible;
  }
  .services_step .services_step_swiper .order {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .services_step .services_step_swiper h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  .services_step .services_step_swiper p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .services_step .btn {
    margin-top: 30px;
  }
}

