@media only screen and (max-width: 600px) {
    .img-vehicle {
        width: 300px;
        height: auto;
    } 
}

@media only screen and (min-width: 601px) {
    .img-vehicle {
        width: 500px;
        height: auto;
    }
}

.logo-us{
    font-size: 56px;
    margin-bottom: 8px;
    padding-left: 2px;
}

.logo-controlus{
    display: flex;
    align-items: center;
    height: 60px;
    max-width: 250px;
    background-color: black;
    border-radius: 50vb;
    color: azure;
    span{
        font-size: 28px;
        font-family: LogoControlus;
        margin-left: 4px;
        margin-right: 10px;
    }
}

.img-w-100{
    width: 300px;
    height: auto;
}

.img-60pc{
    max-width: 60%;
    height: auto;
}



.img-min-width-230{
    min-width: 230px;
}