/* 主体容器：移动端默认纵向排列 */
.scroll-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 100px;
}

/* 左右列默认占满宽度，便于移动端 */
.left-column,
.right-column {
    width: 100%;
}