.trust-strip {
    margin-bottom: 0;
}

.section-tone-blue,
#solucoes.section-tone-blue {
    border-top: 64px solid #fff;
    background-color: var(--mist) !important;
}

.section-tone-white,
#como-funciona.section-tone-white {
    background-color: #fff !important;
}

#seguranca.section-tone-blue {
    background-color: var(--mist) !important;
}

#plataforma.platform-story.section-tone-white {
    margin: 0;
    padding: 110px max(7vw, 28px);
    background-color: #fff !important;
}

@media (max-width: 520px) {
    .trust-strip {
        margin-bottom: 0;
    }

    #solucoes.section-tone-blue {
        border-top-width: 44px;
    }

    #plataforma.platform-story {
        margin: 0;
        padding: 80px 22px;
    }
}
