/* About 页面特有的背景图 */
.pageContent .pageContentHead {
    background-image: url('../img/QIAN3841.png');
}

/* About 页面内容区域 */
.about-section-one{
    margin-top: 30px;
    margin-bottom: 138px;
}
.about-content {
    max-width: var(--content-width, 1200px);
    margin: 0 auto;
    padding: 40px 20px;
}

/* 第一部分：两段文本 */
.about-section-one p {
    font-size: 20px;
    color: #0c1429;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.about-section-one p:last-child {
    margin-bottom: 0;
}

/* 第二部分：标题、文本和图片 */
.about-section-two {
    margin-top: 60px;
}

.about-section-two h2, .about-section-story h2 {
    font-size: 42px;
    color: #0c1429;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-align: center;
}

.about-section-two p {
    font-size: 20px;
    color: #0c1429;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.about-section-two img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Our Story 部分 */
.about-section-story {
    margin-top: 60px;
}

.story-content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-item {
    flex: 1;
    min-width: 300px;
}

.story-item img {
    width: 385px;
    height: 210px;
    border-radius: 8px;
    margin-bottom: 30px;
    object-fit: cover;
}

.story-item h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px 0;
    color: #0c1429;
}

.story-text {
    font-size: 16px;
    color: #0c1429;
}

.story-text p {
    font-size: 16px;
    color: #0c1429;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.story-text p:last-of-type {
    margin-bottom: 20px;
}

.story-text ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.6;
}

.story-text ul li {
    margin-bottom: 10px;
}