.revista-container {
    max-width: 800px;
    margin: 15px auto;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    font-family: "Ancizar Sans", Helvetica, Arial, sans-serif;
}

.revista-banner {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto 35px auto;
    border-radius: 10px;
}

.revista-texto p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #333;
}

.revista-texto a {
    color: #00723f;
    text-decoration: underline;
    font-weight: bold;
}

.revista-texto a:hover {
    color: #004d2a;
    text-decoration: none;
}

@media (max-width: 480px) {
    .revista-container {
        padding: 15px 15px;
        box-shadow: none;
    }

    .revista-texto p {
        font-size: 16px;
    }
}
