.revista-highlight-media {
    max-width: 300px;
}

.revista-highlight-section .btncircuitos-original {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.revista-highlight-section h2 {
    max-width: 600px;
    margin-bottom: 1rem;
}

.revista-highlight-section p {
    max-width: 550px;
    margin-bottom: 2rem;
}

.revista-cover {
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    transition: transform .4s ease;
}

.revista-highlight-media:hover .revista-cover {
    transform: rotate(-2deg) scale(1.03);
}

.revista-highlight-section {
    background: #01acd354;
    margin: 0rem -15px 4rem;
    box-shadow: 0 0 20px #31313166;
}

.revista-highlight {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(1.5rem, 4vw, 3rem);
}


.revista-highlight-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .revista-highlight {
        flex-direction: column;
        text-align: center;
    }

    .revista-highlight-actions {
        justify-content: center;
    }
}