@media (min-width: 1280px) {
    .banner {
        margin-bottom: 60px;
        position: relative;
    }
    .banner .swiper-slide {
        height: 300px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .banner .swiper-slide .container {
        height: 100%;
        padding: 88px 0;
    }
    .banner-title {
        font-size: 54px;
        font-weight: 700;
        line-height: 38px;
    }

    /*---------------------------------------*/
    .module1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        padding-top: 22px;
        padding-bottom: 112px;
        position: relative;
    }
    .module1:before {
        content: "";
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 50px;
        height: 2px;
        background-color: var(--color-primary-theme);
    }
    .module1 .c1 {
        margin-bottom: 40px;
    }
    .module1 .c2 {
        margin-bottom: 20px;
    }
}