.testimonials-section{
    background: linear-gradient(61deg,rgba(0, 0, 0, 1) 0%, rgba(74, 74, 74, 1) 28%, rgba(0, 0, 0, 1) 100%);
}

.brand-section-image{
    margin: auto 0;
    position: absolute;
    right: 0;
}

.hero-features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-feature-item{
    margin-bottom: 0 !important;
}

.hero-section{
    background-image: url('../img/carro/hero-bg.png');
    justify-content: space-between;
}

.hero-right{
    z-index: 1;
    align-items: end;
}

.hero-buttons{
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 0;
}

.hero-buttons .btn-demonstracao{
    max-width: 300px;
}

.hero-right .btn-cta{
    padding: 1.5rem;
}

.testimonials-section{
    border-top: 1px solid #fff;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 6rem;
        padding-bottom: 3rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .brand-section-image,
    .hero-section img {
        position: static;
        transform: none;
        height: auto;
        max-width: 320px;
        margin: 2rem auto 0;
    }
}
