/* 关于页特有样式 */
.about-banner {
    text-align: center;
    margin-bottom: 30px;
}

.about-banner img {
    width: 100%;
    max-width: 100%;
}

.about-grid {
    display: flex;
    justify-content: space-between;
}

.about-item {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.team {
    text-align: center;
    margin-top: 30px;
}