.home-banner-img {
    flex-basis: 50%;
}

.home-banner-img img {
    width: 100%;
}

.home-banner-text {
    flex-basis: 50%;
    padding: var(--lg-spacing);
    text-align: center;
}
@media (min-width:992px){
    section.solucoes + *:not(.solucoes){/* margin-top: calc(var(--xxxl-spacing) * -1); */}
}
@media (max-width:767px) {
    .home-banner {
        flex-direction: column;
    }
}
