@media screen and (max-width: 750px){
    
    #offers{
        width: 95%;
    }
    #offers .choice{
        width: 45vw;
    }
    #offeredCars img {
        width: 35vw;
    }

    .btn-lg{
        font-size: 3vw !important;
    }
}