.newsSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsSlider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.newsSlider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.newsSlider .mySwiper2 {
    width: 552px;
    height: 342px;
    margin: 0;
    border-radius: 16px;
}

.newsSlider .mySwiper {
    height: 20%;
    padding: 10px 0;
}

.newsSlider .mySwiper .swiper-slide {
    width: 96px !important;
    height: 59.403px;
    border-radius: 8px;
    opacity: 0.4;
}

.newsSlider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.newsSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
    .newsSlider .mySwiper2 {
        width: 344px;
        height: 212px;
    }
}
