
    #cover-swiper{
        overflow-x:hidden;overflow-x: hidden;
        margin-top: 8px;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
        gap: 2px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1!important;
        background: #fff!important;
        border: 2.5px solid #FF7C4C!important;
    }