.filete-promo .belt {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.filete-promo>span {
    display: flex;
    align-items: center;
}

.filete-promo {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    padding: 1.2rem 0;
}

.filete-promo button {
    border: none;
}

@media screen and (min-width: 1024px) {
    .banner-form {
        z-index: 2;
    }
    .filete-promo {
        position: absolute;
        z-index: 1;
    }
    .banner-rate-box {
        margin-top: 4rem;
    }
    .section.section-banner-fb {
        background-position-x: -80px;
    }
    .filete-promo {
        text-align: left;
    }
}

@media screen and (min-width: 1280px) {
    .section.section-banner-fb {
        background-position-x: -50px;
    }
}

@media screen and (min-width: 1440px) {
    .section.section-banner-fb {
        background-position-x: 0;
    }
}

@media screen and (min-width: 1920px) {
    .filete-promo {
        font-size: 1.8rem;
        text-align: left;
    }
}

@media screen and (min-width: 1921px) {
    .section.section-banner-fb {
        background-position-y: 0;
        height: 600px;
    }
}