.vehicles-section {
    height: 524px;
    width: 100%;
}
.vehicles-section .vehicles-wrap{
    height: 100%;
}

@media only screen and (max-width: 1326px){
    .vehicles-section{
        height: 100%;
    }
}