@media only screen and (max-width : 1920px) {
    .swiper-slide {
        margin-top: 50px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    .silder-content {
        width: 80% !important;
    }
}

@media only screen and (max-width : 980px) {
    .swiper-slide {
        margin-top: 170px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    .silder-content {
        width: 90% !important;
    }
}


@media only screen and (max-width : 770px) {
    .swiper-slide {
        margin-top: 170px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    .silder-content {
        width: 100% !important;
    }
}

@media only screen and (max-width : 573px) {
.swiper-slide {
    margin-top: 250px !important;
}
h1 {
    font-size: 30px !important;
}
}


