#services a {
  border-radius: 54px;
  background: #121417;
}
.service-img {height: 654px !important;}
.service-slider .slick-prev, .service-slider .slick-next {z-index: 1;}
.service-slider .slick-dots {bottom: 10px;}
.slick-prev, .slick-next {
  min-width: 46px;
  min-height: 46px;
  opacity: 0;
  transition: .3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #FFF;
  padding: 5px;
}
.slick-next {right: 10px;}
.slick-prev {left: 10px;}
.service-slider-container {max-width: 932px;}
.service-slider:hover .slick-prev, .service-slider:hover .slick-next {opacity: 1;}
@media screen and (max-width: 1600px) {
  .service-img {height: 480px !important;}
  .service-img img {height: 480px !important;}
  .service-slider-container {max-width: 684px !important;}
}
@media screen and (max-width: 1200px) and (min-width:992px) {
  .service-img {height: 320px !important;}
  .service-img img {height: 320px !important;}
  .service-slider-container {max-width: 456px !important;}
}
@media screen and (max-width: 767px) {
  .service-img {height: 320px !important;}
  .service-img img {height: 320px !important;}
  .slick-prev, .slick-next {
      min-width: 36px;
      min-height: 36px;
  }
}
