.about-section {
    background: white;
    padding: 50px 20px;
    text-align: center;
}

.about-section .container {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.about-section h2 {
    font-size: 2rem;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.about-section .intro-text {
    font-size: 1.2rem;
    color: black;
    margin-bottom: 20px;
    text-align: justify;
}

.about-section p {
    font-size: 1.2rem;
    color: black;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.about-section .footer-text {
    font-size: 1.2rem;
    color: black;
    margin-top: 20px;
    text-align: justify;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .about-section h2 {
        font-size: 1.8rem;
    }
    .about-section .intro-text {
        font-size: 1.1rem;
    }
    .about-section p {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 480px) {
    .about-section {
        padding: 30px 15px;
    }
    .about-section h2 {
        font-size: 1.5rem;
    }
    .about-section .intro-text {
        font-size: 1rem;
    }
    .about-section p {
        font-size: 0.9rem;
    }
}
