/* Custom overrides for BikeEV theme */

.nav-links{
    margin: 40px 0;
}

.hero .hero-content{
    margin: 50px 0;
}

.home-brands .brand-logo-card a{
    flex-direction: column;
    gap: 15px;
}

.section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
