body{
    overflow-x: hidden;
}
.widgets {
    z-index: -1;
}

.widget1 {
    position: relative;
    margin-top: 30%;
}

.widget2 {
    position: relative;
    margin-top: 15%;
}

.testingheight{
    height: 900px;
}

@media screen and (max-width: 480px) {
    .widget2 {
        margin-bottom: 30%!important;
        margin-top: 0%;
    }
}


