.main {
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 1024px) {
    .main {
        padding:0 3rem
    }
}
