.videoListSection {
    padding: 10px 40px;
}

@media (max-width: 1279px) {
    .videoListSection {
        padding: 10px 0;
    }
}