#image img{
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(45%);
}
#image{
    margin-bottom: -250px;
}

.conteudo-um{
    margin: 120px auto 0 auto !important;
}

.image-info{
    width: 120px;
}
.seta{
    position: absolute; 
    width: 70px; 
    height: 70px; 
    left: 50%; 
    bottom: 115px;
}
section{
    padding-bottom: 7% !important;
}

.information{
    width: 90%;
    margin: auto;
    grid-template-columns: 20% 80%  !important;
}


.paragrafo-apresentacao{
    font-size: 1.8rem;
    text-align: justify;
    color: #152B49;
}
.box-img{
    width: 220px;
    height: 220px;
    border-radius: 150px;
    border: solid 15px #152B49;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .information{
        display: flex;
        flex-direction: column;
    }
    .seta{
        display: none;
    }
    .r {
        flex-direction: column-reverse;
    }
    .box-img{
        margin-bottom: -75px;
        margin-top: 75px;
    }
    .paragrafo-apresentacao{
        font-size: 1.2rem;
    }

    .h2{
        font-size: 1.4rem;
        width: 90vw;
    }
    .conteudo-um{
        padding-top: 50px;
    }
    .f-b{
        display: none;
    }
    .n-b{
        width: 100vw;
        text-align: center;
    }
}