.header-outros {
    background-color: #F7F6F3;
    padding-bottom: 60px;
}
.header-outros > p {
    margin-top: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #0d3c00;
}
.header-outros > h4 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #0d3c00;
    line-height: 1.1em;
}

.politica p {
    margin-top: 10px;
}
.politica h3 {
    margin-top: 20px;
    font-size: 1.5rem;
}
.politica ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
.politica ul li {
    text-indent: 50px;
}
.termos p {
    margin-top: 10px;
}
.termos h3 {
    margin-top: 20px;
    font-size: 1.5rem;
}

.termos ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
.termos ul li {
    text-indent: 50px;
}
.termos h2 {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
}
.politica h2 {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (min-width:345px) and (max-width:450px) {
    .header-outros > h4 {
        font-size: 3rem;
    }
    
}
@media only screen and (max-width:344px) {
    .header-outros > h4 {
        font-size: 2rem;
    }
    .header-outros > p {
        font-size: 1rem;
    }
    
}