#todos-container {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}
.TerminosYcondiciones {
    text-align: center;
}
.responsive-img{
    width: 300px;
}
@media (max-width: 576px) {
    .responsive-img {
        width: 200px;
    }
}
