.news-item {
    margin-bottom: 130px !important;
}

.news-item:nth-child(even) {
    flex-direction: row-reverse;
}

.news-item-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news-item-info .read-more {
    width: 183px;
    height: 55px;
    background: transparent;
    justify-content: flex-start;
}
.news-item-info .read-more img{
    width: 16px;
    height: 16px;
}

.news-item-info h4 {
    margin-bottom: 50px;
    padding-top: 30px;
    font-size: 26px;
    font-weight: 600;
    color: var(--main-color);
}

.news-item-info p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #424242;
}

.news-item-img {
    width: 580px;
    height: 400px;
    border-radius: 20px;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.single-news .swiper {
    width: 100%;
    height: 100%;
}

.single-news .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-news  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

.single-news .mySwiper2 {
    height: 530px;
    width: 100%;
}

.single-news .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 40px;
}

.single-news .mySwiper .swiper-slide {
    width: 143px !important;
    height: 100px !important;
    opacity: 0.4;
    border-radius: 16px;
}

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

.single-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.swiper-button-next, .swiper-button-prev{
    background: #D9D9D963;
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: #347BB3 !important;
}
.single-news-title {
    margin-bottom: 45px;
    margin-top: 84px;
    font-size: 38px;
    font-weight: 700;
    line-height: 64px;
}

.other-news {
    margin-top: 120px;

}

.other-news h3 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 30px;
}


.other-news-item {
    width: 280px;
    height: 235px;
    border-radius: 15px;
}

.other-news-item img {
    height: 230px;
    object-fit: cover;
    margin-bottom: 18px;
    border-radius: 15px;
}

.other-news-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #122036;
}

@media only screen and (max-width:1400px){
    .news-item-img {
        width: 500px;
        height: 360px;
    }
    .news-item-info h4 {
        margin-bottom: 20px;
    }
    .other-news-item {
        width: 250px;
    }
}

@media only screen and (max-width:1200px){
    .news-item-img{
        margin: 0 auto;
    }
    .news-item-info{
        align-items: center;
    }
    .news-item-info h4 {

    }
}

@media only screen and (max-width:768px){
    .other-news-item {
        width: 230px;
    }
}


@media only screen and (max-width:576px){
    .news-item-img{
        width: 100%;
        height: 330px;
    }
    .news-item-info{
        align-items: flex-start;
    }
    .news-item{
        margin-bottom: 50px !important;
    }
    .single-news-img {
        height: 350px;
        margin-bottom: 25px;
    }
    .single-news-title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 30px;
    }
    .other-news h3{
        text-align: center;
    }
    .other-news-item{
        margin: 0 auto;
    }
    .single-news .mySwiper2 {
        height: 400px;
    }
    .other-news {
        margin-top: 30px;
    }
    }


@media only screen and (max-width:500px) {
    .single-news .mySwiper2 {
        height: 300px;
    }
}
