.politicas{
    text-align: justify;
}
.politicas h3{
    font-size: 24px;
    color: #84B026;
    font-weight: 900;
}

.politicas h4{
    font-size: 16px;
    color: #84B026;
    font-weight: 600;
    margin: 15px 0;
}

.politicas p, li{
    font-size: 14px;
}

@media only screen and (max-width: 768px) {

    .politicas{
        padding: 0px;
    }

    .politicas h3{
        font-size: 20px;
    }
    
    .politicas h4{
        font-size: 16px;
        margin: 15px 0;
    }
    
    .politicas p, li{
        font-size: 12px;
    }
    

}