/* css/about.css */

.about-hero {
    background: linear-gradient(105deg, #4f46e5, #7c3aed, #a855f7);
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}

.prose {
    color: #374151;
    line-height: 1.75;
}

.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.prose p {
    margin-bottom: 1.25rem;
}

@media (max-width: 640px) {
    .about-hero {
        padding: 3rem 0;
    }
}