@media (max-width: 768px) {
    .vehicul-wrapper .main-title h1 {
        text-align: center;
    }

    .vehicul-wrapper .main-title h3 {
        text-align: center;
    }

    .vehicul-wrapper {
        position: relative;
        top: 40vh;
        margin: 10px;
    }

}