/* ========== PAGE: ABOUT ========== */

/* About Content Container */
.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-content h1 {
    color: #F5A623;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
}

/* About Sections */
.about-section {
    margin-bottom: 40px;
}

.about-section h2 {
    color: #F5A623;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.about-section p {
    color: #F4F4F4;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 15px;
}

.about-section a {
    color: #F5A623;
    text-decoration: none;
}

.about-section a:hover {
    text-decoration: underline;
}

/* Responsive About */
@media (max-width: 768px) {
    .about-content h1 {
        font-size: 2rem;
    }

    .about-section h2 {
        font-size: 1.5rem;
    }
}