.about-page {
    max-width: 800px;
    margin: 32px auto;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.about-banner {
    width: 100%;
    height: 220px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-content {
    padding: 36px 32px 32px 32px;
}

.about-content h1 {
    font-size: 2.2rem;
    margin-bottom: 18px;
    color: #222;
    font-family: Lato, sans-serif;
}

.about-content p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.7;
}
