/* ================= ABOUT WRAPPER ================= */
.about-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
}

/* ================= ABOUT SECTION ================= */
.about-section {
    margin-bottom: 70px;
}

.about-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0c1f2c;
}

.about-text p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
}

/* ================= MISSION SECTION ================= */
.mission-section {
    background-color: #f4f6f8;
    padding: 60px 40px;
}

.mission-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0c1f2c;
}

.mission-text p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

    .about-wrapper {
        padding: 60px 15px;
    }

    .about-text h1 {
        font-size: 26px;
    }

    .mission-text h2 {
        font-size: 24px;
    }

    .mission-section {
        padding: 40px 20px;
    }
}


