.terminos-card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 400%;
    max-width: 800px;
    height: 100%;
    overflow: hidden;
}

.terminos-header {
    padding: 2rem 1.5rem;
    text-align: center;
}

.terminos-title {
    color: #111827;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.terminos-description {
    color: #6b7280;
    font-size: 0.875rem;
    text-align: justify;
}

@media (max-width: 640px) {
    .terminos-card {
        max-width: 100%;
    }
}