/* Keep the quote form readable inside the light card. */
.hero .card { color: #172033; }
.hero .card h2, .hero .card label { color: #172033; }
.brand-logo { display:block; max-width:190px; max-height:58px; object-fit:contain; object-position:left center; margin:0 0 14px; background:#fff; border-radius:8px; padding:5px; }
.hero:before { top:55px !important; }
@media (max-width:740px) { .hero:before { top:48px !important; } }
