.ad {
    position: relative;
    padding: 5.25rem 0 0 0;
    box-sizing: border-box;
    background-image: url(/template/pro/images/background.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bannerad {
    margin: 0 40% 0 0;
    padding: 1.25rem 2.5rem 1.5rem 10%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 50px 0 0;
}

.bannerad h4 {
    margin: 0 0 .625rem 0;
}

.bannerad span {
    line-height: .45rem;
}

.swiper-paginationad {
    position: absolute;
    bottom: .75rem;
    right: 20%;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .swiper-paginationad {
        display: none;
    }
    .ad {
        padding: 1.25rem 0;
    }
    .bannerad {
        width: 80%;
        margin: 0 10%;
        border-radius: 50px;
    }
    /* .bannerad h4 {
        margin: 0 0 20px 0;
    } */
    .bannerad span {
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}