/* 首页 About 区块：左栏文字区内标题与按钮居中，正文保持左对齐 */
.about-section .home-about-text-col > .title {
    text-align: center;
}

.about-section .home-about-text-col > .desc-content {
    text-align: left;
}

.about-section .home-about-text-col .home-about-btn-wrap {
    text-align: center;
}
