.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-right .btn-demonstracao{
    max-width: 300px;
}

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

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