#page05{
    display: flex;
    flex-direction: column;
    margin: 0 1.7em 0 1.7em;

    
}

.vehicleGroup{
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1em;

}




@media (max-width: 850px){

    .vehicleGroup{
       
        flex-direction: column;
        align-items: flex-start;
        gap: 1.4em;
       
    }

    .vehicleGroup >div {
       width: 100%;
       
    }
    


}