﻿.about-us {
    width: 95%;
    margin: 50px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

    .about-us h1 {
        font-size: 2em;
        color: #0056b3;
        text-align: center;
        margin-bottom: 25px;
    }

    .about-us p {
        font-size: 1.05em;
        margin-bottom: 18px;
    }

.team-section {
    margin-top: 30px;
}

.team-member {
    margin-bottom: 20px;
}

    .team-member h3 {
        color: #d63384;
        margin-bottom: 6px;
    }

    .team-member p {
        margin: 0;
    }

/* ریسپانسیو */
@media (max-width: 600px) {
    .about-us {
        margin: 20px;
        padding: 20px;
    }

        .about-us h1 {
            font-size: 1.6em;
        }

        .about-us p, .team-member p {
            font-size: 1em;
        }
}
