.mustread {
    margin-bottom: 20px;
}
.articles-details {
    margin-top: 15px;
    margin-bottom: 0;
}
.articles-details .slick-track {
display: flex;
}

.articles-details .editor-news-group {
    background-color: var(--white);
    transition: .4s;
    box-shadow: var(--box-shadow);
}
.articles-details .editor-news-group {
    width: 255px;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    border-radius: 8px;
    margin-right: 15px;
    height: auto;
    margin-bottom: 8px;
}
.editor-images img {
    width: 100%;
}
.articles-details .editor-text {
    padding: 15px;
}
.articles-details .editor-pera{
margin: 0;
}
.articles-new-group.slick-initialized.slick-slider {margin-bottom:0;}
.read-rticles-detais-title h3.section-title {margin: 5px 0 !important;}
.Trending-News .white-box{padding:0;}
.articles-new-group.slick-initialized.slick-slider {margin-bottom:0;}
.latest-news-date-main{color: var(--primarycolor);font-size:var(--smallfontsize);}
@media screen and (max-width: 425px){
.articles-details .editor-news-group {
    width: 220px;
}
}

@media screen and (max-width: 393px){
.articles-details .editor-news-group {
    width: 205px;
}
}