.servicesModels .swiper-slide img {
  max-width: 295px;
  width: 100%;
  height: auto;
  align-self: center;
  margin: auto;
  margin-bottom: 15px;
}
.servicesModels .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background-color:#151515;
  padding: 30px;
  border: 1px solid #151515;
}
.servicesModels .swiper-slide:hover {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid;
border-color: rgba(255,255,255,0.1);
}

.swiper-container.servicesModels {
  max-width: 80vw;
  height: 475px;
  overflow: hidden;
}
.swiper-button-next {
  right: 50px;
  color: #fff;
}
.swiper-button-prev {
  left: 50px;
  color: #fff;
}

.modelTitle {
  width: 100%;
}
.servicesModels .discover {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 0 4rem;
    background: #111;
    font-size: 18px;
    width: 100%;
    height: 56px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #fff;
    margin: auto;
    transition: all ease-in 0.3s;
}
.servicesModels .discover:hover {
    background-color: #fff;
    color: #111;
}

.testdrive {
  margin-top:10px;
  width: 100%;
}
.servicesModels .testdrive a {
  color: #fff;
  font-size: 18px;
  position:relative;
}


.servicesModels .testdrive a:after {
position: absolute;
top: 0px;
right: -15px;
bottom: 0;
width: 1rem;
height: 1rem;
margin: auto 0;
border: 2px solid #ad7b61;
border-width: 2px 2px 0 0;
-webkit-transform: rotate( 45deg ) scale(0.8);
-ms-transform: rotate(45deg) scale(0.8);
transform: rotate( 45deg ) scale(0.8);
content: '';
}
.servicesModels .testdrive a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.otherServ {
    display: flex;
    justify-content: space-around;
    max-width: 345px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0px 10px;
}
.modelTitle {
  color: #fff;
}
.brand-title {
  margin-bottom: 4px;
  font-size: 18px;
  color: #999;
  line-height: 20px;
}
.vehicle-name {
  display: block;
  font-size: 33px;
  letter-spacing: -0.025em;
  line-height: 38px;
  font-weight: normal;
}
.servicesModels .swiper-slide:hover .modelTitle, .servicesModels .swiper-slide:hover .modelTitle .brand-title {
  color: #ad7b61;
}

@media (min-width:992px) {
.swiper-container.servicesModels {
  height: 25vw;
} 
}
@media (max-width:991px) and (min-width: 768px) {
.swiper-container.servicesModels {
    height: 35vw;
}
}
@media (min-width:768px) {
.servicesModels .discover {
  height: 3vw;
  line-height: 3vw;
}
  .servModels .swiper-button-prev.swiper-button-disabled, .servModels .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
}