﻿.container-s {
    padding-right: 15px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
}

@media (min-width: 1025px) {
    .slide-text-box {
        padding: 26px;
        height: 365px;
        text-align: left;
        background-color: #F2F2F2;
        overflow: hidden;
    }

        .slide-text-box .title {
            margin-bottom: 26px;
            font-size: 24px;
            color: #000000;
        }

        .slide-text-box .abstract {
            line-height: 30px;
            font-size: 16px;
            color: #525252;
        }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px;
    }

    .news-pagination-bullet {
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 0 5px;
        text-align: center;
        border-radius: 50%;
        font-size: 18px;
        background-color: #F2F2F2;
        color: #525252;
        overflow: hidden;
    }

    .news-pagination-bullet-active {
        font-size: 24px;
        background-color: #D8D8D8;
    }

    :root {
        --swiper-navigation-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: auto;
        bottom: 15px;
    }

    .swiper-button-next {
        right: 30px;
    }

    .swiper-button-prev {
        left: 30px;
    }
}

@media (min-width: 1222px) {
    .container-s {
        width: 1200px;
    }

    .slide-text-box {
        padding: 48px;
        height: 427px;
    }

        .slide-text-box .title {
            margin-bottom: 32px;
            font-size: 28px;
        }

        .slide-text-box .abstract {
            line-height: 32px;
            font-size: 16px;
        }

    .swiper-button-next {
        right: 60px;
    }

    .swiper-button-prev {
        left: 60px;
    }
}
