/* .news-publications.swiper{
    display: none;
}

.news-publications.swiper.swiper-initialized{
    display: block;
} */

.section-new-publication .container{
    overflow: hidden;
}
.news-publications-wrapper{
    overflow: hidden;
}
.news-publications.swiper{
    margin-right: -1px;
}
.news-publications .news-item{
    padding: 30px 30px 30px;
    border-right: 0.75px solid #C1C1C1;
    height: auto;
}
.news-publications .news-item:hover{
    background: #D9D9D91A;
}
.news-publications .news-item a{
    color: #0D1416;
}
.news-publications .news-title{
    font-weight: 700;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-publications .news-image{
    position: relative;
    padding-bottom: 66%;
    margin-bottom: 15px;
}
.news-publications .news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-publications .link-to-all {
    order: 1;
}
.news-publications .custom-navigation {
    position: relative;
    height: inherit;
    order: 2;
}

.news-publications .new-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1px;
}

.news-publications .custom-navigation .swiper-button-prev {
    right: 46px;
    left: auto;
    margin-top: -18px;
}

.news-publications .custom-navigation .swiper-button-next {
    right: 0;
    margin-top: -18px;
}

.news-publications .custom-navigation .swiper-pagination {
    right: 108px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-publications .custom-navigation .swiper-pagination span {
    padding: 0 12px;
}

@media (max-width: 767.95px) {
    .news-publications .new-footer{
        display: block;
        height: auto;
        margin-top: 0;
    }
    .news-publications .news-item{
        padding-top: 5px;
        border-right: none;
    }
    .news-publications .news-image{
        padding-bottom: 85%;
    }
    .news-publications .custom-navigation{
        height: 44px;
        margin-bottom: 30px;
    }
}