html, body {
    overflow-x: hidden;
}

.home-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section-2 {
    margin-top: -250px;
    position: relative;
    z-index: 1;
}

.section-3 {
    margin-top: -86px;
    position: relative;
    z-index: 0;
}

.section-4 {
    margin-top: -166px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1023px) {
    .section-2 { margin-top: 0; }
    .section-3 { margin-top: 0; }
    .section-4 { margin-top: 0; }
}


