.dealers-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 57.231px;
}

.dealer .content-btn {
    width: 100%;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}

.dealer .content-btn a.btn.btn-primary {
    width: 100%;
    background-color: #0078D6;
    border-radius: 3rem;
    padding: 0.8rem;
    font-weight: bold;
    font-family: "Corpo S Text Office Bold";
    font-size: 14px;
}

.col--hover{
    box-shadow: none;
    transition: box-shadow .8s;
}

.col--hover:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.card-height {
    min-height:450px;
}

@media (max-width: 768px) {    
    .dealer .content-btn a.btn.btn-primary {
        width: 70%;        
    }
    .card-height {
        min-height:unset;
    }
}

@media (min-width: 992px) and (max-width: 1328px) {
    .card-height {
        min-height:550px;
    }
}