.text-bufftify-yello {
    color: #ffeb3b !important;
}

.btn-buff-yello {
    color: #212529;
    background-color: #fdd835;
    border-color: #fdd835;
}

    .btn-buff-yello:hover {
        color: #212529;
        background-color: #fdd835;
        border-color: #d39e00;
    }

    .btn-buff-yello:focus, .btn-buff-yello.focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-buff-yello.disabled, .btn-buff-yello:disabled {
        color: #212529;
        background-color: #fdd835;
        border-color: #fdd835;
    }

    .btn-buff-yello:not(:disabled):not(.disabled):active, .btn-buff-yello:not(:disabled):not(.disabled).active,
    .show > .btn-buff-yello.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-buff-yello:not(:disabled):not(.disabled):active:focus, .btn-buff-yello:not(:disabled):not(.disabled).active:focus,
        .show > .btn-buff-yello.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.car-card {
    padding: .5rem;
}

.car-card-image {
    width: 100px;
   /* height: 100px;*/
}

@media (max-width: 768px) {
    .car-card {
       /**/ width: 33.3333%;/**/
    }

    .car-card-image {
        width: 70px;
        height: 70px;
    }
}



.btn-outline-buff-yello {
    color: #fdd835;
    border-color: #fdd835;
}

    .btn-outline-buff-yello:hover {
        color: #212529;
        background-color: #fdd835;
        border-color: #fdd835;
    }

    .btn-outline-buff-yello:focus, .btn-outline-buff-yello.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-buff-yello.disabled, .btn-outline-buff-yello:disabled {
        color: #fdd835;
        background-color: transparent;
    }

    .btn-outline-buff-yello:not(:disabled):not(.disabled):active, .btn-outline-buff-yello:not(:disabled):not(.disabled).active,
    .show > .btn-outline-buff-yello.dropdown-toggle {
        color: #212529;
        background-color: #fdd835;
        border-color: #fdd835;
    }

        .btn-outline-buff-yello:not(:disabled):not(.disabled):active:focus, .btn-outline-buff-yello:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-buff-yello.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }
