.cars-tabs--item {
    height: 50px;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #df0617;
    background: rgba(0, 0, 0, 0);
    color: #df0617;}
.cars-tabs--item.active, .cars-tabs--item:hover {
    border: 2px solid #df0617;
    background: #df0617;
    color: #fff;}
.col-6 .text_cust{
    font-size: 14px;
    padding-left: 5px;
}
.col-6.pr-2, .col-6.pl-2{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    padding-left: 15px!important;
    padding: 10px 0;
}
@media screen and (min-width: 768px) {
    #filter_steps {
        height: 680px;}
}
@media screen and (min-width: 1200px) {
    #filter_steps {
        height: 690px;}
}