.politica{
    font-family: montserrat;
    margin-top:80px;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    height: 500px !important;
}

.bendiciones{
    margin-top:30px;
    margin-bottom: 30px;
}

body{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/politica.png");
 background-size: cover;
}


@media only screen and (max-width: 600px) {
    .politica{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 1000px !important;
    }


}