.about-page-section {
    background: linear-gradient(135deg, #533483 0%, #7030a0 100%);
    min-height: 540px;
    padding: 60px 40px;
    color: white;
    text-align: center;
}

.about-page-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Text overlay support */
.text-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page-title {
    font-size: 96px;
    margin-bottom: 40px;
    color: white;
}

.about-page-text {
    font-size: 56px;
    line-height: 1.6;
    color: white;
}

.about-page-text p {
    margin-bottom: 25px;
}

.learn-more-link {
    color: white;
    text-decoration: underline;
    font-size: 56px;
}

.learn-more-link:hover {
    color: #e0e0e0;
}

.footer-container {
    color: black;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 48px;
    }
    
    .about-page-text {
        font-size: 28px;
    }
    
    .learn-more-link {
        font-size: 28px;
    }
}
