.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0; 
}

.row > *{
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
 } 

 .row{
    margin-right: 0 !important;
 }
 .container-itens{
    height: auto;
 }

 .itens{
     margin:auto !important;
 }
 .h2{
     margin-top: -150px;
     margin-bottom: -50px;
 }
 @media screen and (max-width: 575px) {
    .navbar-fotter {
        display: block !important;
    }
    .information{
        display: flex;
        flex-direction: column;
    }
    .seta{
        display: none;
    }
    .f-b{
        display: none;
    }
    .n-b{
        width: 100vw;
        text-align: center;
    }
    .paragrafo-apresentacao{
        width: 90%;
        font-size: 1.2rem;
    }
    .accordion{
        width: 90%;
        margin-bottom: -100px;
        margin-top: 50px;
    }
    .h2{
        margin-top: -75px !important;
    }
    .container-itens{
        height: auto;
        padding-bottom: 200px;
    }
}