/*****  NEWS  *****/
.mod_newslist .row {
    padding-top:25px;
    padding-bottom:25px;
    border-top:1px solid var(--greyE);
}
.home .mod_newslist .row {
    border-top:0;
}
.mod_newslist figure {
    margin-bottom:15px;
}
.mod_newsreader {
    margin-top:80px;
}
.mod_newsreader .layout_full {
    display: flex;
    flex-wrap: wrap;
}
.mod_newsreader .layout_full > h1,
.mod_newsreader .layout_full > h2,
.mod_newsreader .layout_full > p {
    width:100%;
    padding-right:15px;
    padding-left:15px;
    display: flex;
    flex-wrap: wrap;
}
.mod_newsreader .layout_full .ce_text,
.mod_newsreader .layout_full .ce_gallery {
    margin-bottom:15px;
}
.mod_newsreader .back {
    margin-top:25px;
    padding-right:15px;
    padding-left:15px;
}
.mod_newslist .layout_simple {
    width:100%;
    margin-bottom:10px;
    border-bottom:1px solid var(--greyC);
}
.news-item:nth-child(even) .col-lg-5 {
    order:13
}