.services_header{
  height: 55vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/services.jpg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.services_head_content{
  padding-top: 90px;
  width:640px;
  position: relative;z-index: 1;
}
.services_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.services_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.services_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.services_site_map{
  margin:0;
  padding:50px 0;
  text-align: center;
}
.services_site_map a{
  font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 2.3px;
text-align: center;
color: #2f3036;
margin:0 5px;
text-transform: uppercase;
}
.services_site_map a:last-child{
  letter-spacing: 2.2px;
   color: #f48120;
}
.service_content{
  width: 996px;
  margin:0 auto;
}
.service_content .service_main_img{
  transition: 0.2s;
}
.service_content .service_main_img img{
  max-width: 100%;
}
.service_text{
  padding:40px 0;
}
.service_text p{
  font-family: Montserrat;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
color: #686a75;
}
.service_gallery_img{
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.service_gallery_img img{
  width: 100%;
  transition: 0.2s;
}
.service_gallery_img:hover img{
  transform: scale(1.1);
  transition: 0.2s;
}
.service_gallery_img:hover:after{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: 1;
  background:rgba(0, 0, 0, 0.4);
}
.service_next_prev_links{
  padding-top: 60px;
  padding-bottom: 100px;
  width: 900px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.previos_service, .nexr_service {
  width: 330px;
}
.previos_service{
  text-align: right;
}
.previos_service h2, .nexr_service h2{
  font-family: KudryashevHeadline;
 font-size: 23px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #686a75;
 text-transform: uppercase;
 margin-bottom: 30px;
}

.previos_service a, .nexr_service a{
  font-family: Montserrat;
  font-size: 39px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #686a75;
  transition: 0.2s;
  text-transform: uppercase;
}
.previos_service a:hover, .nexr_service a:hover{
  color: #f48120;
  transition: 0.2s;
}
.line_service{
  position: relative;
}
.line_service::after {
    content: '';
    width: 2px;
    height: 140px;
    background-color: #929292;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: rotate(-330deg);
  }

@media (max-width:568px) {
  .service_content, .service_next_prev_links{
    width: 100%;
    padding: 0 10px;
  }
  .services_header{
    height: 50vh;
  }
  .services_head_content h3{
    font-size:12px;
  }
  .services_head_content h1{
    font-size: 35px;
  }
  .service_text p{
    font-size: 13px;
  }
  .service_text{
    padding:20px;
  }
  .line_service{
    display: none;
  }
  .previos_service h2, .nexr_service h2{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .previos_service {
    text-align: left;
  }
  .nexr_service {
    text-align: right;
  }
  .previos_service a, .nexr_service a{
    font-size: 20px;
  }
   .service_next_prev_links{
     padding-top: 15px;
     padding-bottom: 50px;
   }
   .services_site_map {
     padding: 35px 0;
   }
}

@media (min-width:568px) and (max-width:768px){
  .service_content, .service_next_prev_links{
    width: 100%;
    padding: 0 10px;
  }
  .services_header{
    height: 50vh;
  }
  .services_head_content h3{
    font-size:12px;
  }
  .services_head_content h1{
    font-size: 35px;
  }
  .service_text p{
    font-size: 13px;
  }
  .service_text{
    padding:20px;
  }

  .previos_service h2, .nexr_service h2{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .previos_service a, .nexr_service a{
    font-size: 26px;
  }
   .service_next_prev_links{
     padding-top: 15px;
     padding-bottom: 50px;
   }
   .services_site_map {
     padding: 35px 0;
   }
   .line_service{
     width: 140px;
   }
   .line_service::after{
     height: 115px;
   }
}
@media (min-width:768px) and (max-width:992px){
  .service_content, .service_next_prev_links{
    width: 700px;
  }
  .services_head_content h1{
    font-size: 50px;
  }
  .previos_service, .nexr_service{
    width: 250px;
  }
  .previos_service a, .nexr_service a{
    font-size: 30px;
  }
  .line_service::after{
    height: 150px;
  }
}
@media (min-width:992px) and (max-width:1200px){
  .service_content{
    width: 900px;
  }
  .service_text p{
    font-size: 14px;
  }
}
