.header-sobre {
    background-image: url('../../img/sobre.jpg');
    height: 455px;
    box-shadow: inset 0px 0px 369px 200px rgb(0 0 0 / 20%);
}

.w {
    width: 100%;
}

#content-sobre .nav-link {
    color: #000;
    border-bottom: #ccc;
}

#content-sobre {
    background-image: url('../../img/sobre-imagem-agencia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    box-shadow: inset 0px 0px 369px 470px rgb(0 0 0 / 84%);
}

#content-sobre h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

#content-sobre p {
    color: #fff;
    font-size: 18px;
}

@media (max-width:991px) {

    .header-sobre {
        height: 100vh;
    }

    .header-sobre .title-header h2 {
        font-size: min(50px, 6vw);
        font-weight: 800;
    }


    .header-sobre  .fst-italicc {
        font-size: min(54px,5vw);
        font-weight: 300;
    }

    .header-sobre .title-header p{
        font-size: min(44px, 2.59vw);
    }

    #content-sobre {
        background-image: none !important;
        background-color: #fff;
        height: auto;
        box-shadow: none;
    }

    div .title-header:nth-child(1) {
        margin-bottom: 5rem !important;
    }
}

@media (max-width:500px){
    .header-sobre {
        height: 70vh;
    }

    .header-sobre .title-header h3 {
        font-size: 20px;
    }

    .header-sobre .title-header:nth-child(1) {
        margin-bottom: 2rem !important;
    }
    #content-sobre {
        height: 1600px;
    }
}
