/* ===============================
   ABOUT PAGE STYLING
================================ */

.about-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.about-wrapper h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.about-wrapper h4 {
    margin-top: 30px;
    font-weight: 600;
    color: #1f2937;
}

.about-wrapper p {
    line-height: 1.7;
    color: #374151;
    font-size: 15px;
}

.about-wrapper .lead {
    font-size: 17px;
    color: #4b5563;
}

.about-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
