.container-banner_sobre {
    width: 100%;
    height: 370px;
    background-image: url("/assets/img/banner-sobre.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--laranja);
}
.text-laranja {
    color: var(--laranja);
    font-size: 55px;
    font-weight: 400;
    line-height: 24px;
}

.fs-texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.my-50 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.fs-titulo {
    font-size: 55px;
    line-height: 24px;
    font-weight: 400;
}

.img-icd-brasil {
    width: 173px;
    height: 173px;
}

.img-icd-reserva {
    width: 172px;
    height: 105px;
}

.img-icd-convenio {
    width: 172px;
    height: 120px;
}

.img-icd-eventos {
    width: 214px;
    height: 131px;
}

.img-icd-ingresso {
    width: 196px;
    height: 121px;
}


@media screen and (min-width: 0px) and (max-width: 1024px) {

    .img-pessoa_sobre {
        width: 100%;
    }

    .container-banner_sobre {
        width: 100%;
        height: 215px;
        background-image: url("/assets/img/banner-sobre-mobile.png");
    }

    .hide-mobile {
        display: none!important;
    }

    .my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .text-laranja {
        font-size: 40px;
    }

    .fs-texto {
        font-size: 14px;
        text-align: justify;
    }

    .fs-titulo {
        font-size: 40px;
    }

    .img-icd-brasil {
        width: 101px;
        height: 101px;
    }
    
    .img-icd-reserva {
        width: 108px;
        height: 66px;
    }
    
    .img-icd-funpass {
        width: 122px;
        height: 36px;
    }
    
    .img-icd-eventos {
        width: 116px;
        height: 71px;
    }
    
    .img-icd-ingresso {
        width: 123px;
        height: 76px;
    }

}