.container-banner_fale {
    width: 100%;
    height: 370px;
    background-image: url("/assets/img/banner-fale.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--laranja);
}


.fs-titulo {
    font-size: 60px;
    font-weight: 400;
    line-height: 38.4px;
}

.fs-titulo-h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 35.4px;
}

.fs-texto {
    font-size: 20px;
    font-weight: 400;
    line-height: 22.4px;
}

.fs-texto-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.mb-37 {
    margin-bottom: 37px;
}

.my-55 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.icon-email {
    width: 50px!important;
    background-image: url("/assets/img/fale-email.png");
}

.icon-whatsapp {
    background-image: url("/assets/img/fale-zap.png");
}

.icon-phone {
    background-image: url("/assets/img/fale-phone.png");
}

.btn-laranja {
    width: 228px;
    height: 47px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.56px;
    border-radius: 20px;
    padding: 0.5rem 1rem!important;
}

.fs-texto-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.56px;
    letter-spacing: 2px;
}

.textarea-ajuste {
    height: 181px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    .fs-titulo-h2 {
        font-size: 47px;
        line-height: 50px;
    }

    .btn-laranja {
        width: 150px;
        height: 47px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18.56px;
        border-radius: 20px;
        padding: 0.5rem 1rem!important;
    }
}