.sc-app-section {
    width: 100%;
    aspect-ratio: 1366/1024;
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.9cqh 11.5cqw;
    container-type: inline-size;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


