/* ============================================================
   cards.css — Junior Motors
   ============================================================ */
 
.card-content h3 {
    font-size: 1.4em;
    letter-spacing: 0.06em !important;
    line-height: 1.4;
    margin-bottom: 10px;
}

.section-heading h2 {
    text-transform: uppercase;
}
 
.footer__column h5 {
    font-size: 1.5em;
}
 
.search-home .wrap,
.search-home .wrap--normal {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
 
#marcas {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    margin-bottom: 0;
}
 
.search-component {
    margin-top: 0;
}

footer.footer,
.footer__column p,
.footer__column address,
.footer__column ul a,
.footer__column h5,
.footer-copy,
.footer-copy a,
div.reserved-rights {
    color: #333333 !important;
}
 
.footer__contact li a {
    color: #333333 !important;
}

.footer__column {
    text-shadow: none !important;
}
