.logo-st {
    width: 280px;
}
a {
    color: unset;
    text-decoration: none !important;
}
.text-danger{
    color: #df1b1d !important;
}
.car-bg{
    background-image: url(../images/common/car-bg.jpg);
}
.btn-danger{
    background-color: #023874 !important;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo-st {
        width: 200px;
    }
     .services-one__left {
        margin-bottom: 50px !important;
    }
    
}
