.hero-section{
    padding-bottom: 20px !important;
}

.hero-section img{
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    z-index: 0;
}

.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;
}

.brand-section-text{
    z-index: 2;
}

.brand-section-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    z-index: 0;
}

.brand-section-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9));
    z-index: 1;
}