/* About Page Styling */
.about-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

h1, h2 {
    color: #ff5722;
    text-align: center;
}

p {
    line-height: 1.6;
    text-align: center;
}

section {
    margin-bottom: 30px;
}

.team-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.team-member {
    text-align: center;
    max-width: 150px;
}

.team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.contact-section p {
    text-align: center;
}
