.card-vehicle-budget {
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}

.content-vehicle-budget-hover-container {
    padding: 24px;
    height: 400px;
}

.card-vehicle-budget .img-vehicle-budget {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-vehicle-budget .img-vehicle-budget img {
    width: 280px;
    height: 100%;
    object-fit: cover;
}

.content-vehicle-budget {
    width: 100%;
    padding: 16px;
    bottom: 0px;
    position: absolute;
    background-image: linear-gradient(
        to top,
        rgba(26, 28, 35, 1),
        rgba(30, 30, 30, 0) 90%
    ) !important;
}

.overlay-vehicle-budget {
    width: 100%;
    height: 25%;
    background-image: linear-gradient(
        to top,
        rgba(32, 35, 42, 1),
        rgba(0, 0, 0, 0)
    ) !important;
    bottom: 0px;
}

.btn-slide-next {
    right: 0px;
    top: 43%;
}

.btn-slide-prev {
    left: 0px;
    top: 43%;
}

@media (max-width: 576.5px) {
    .card-vehicle-budget {
        width: 280px;
        height: 320px;
    }
}
