.news-list.body_doc .content-box::before,
.news-item.body_doc .content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45%;
    height: 100%;
    background-color: #ededed;
}

.one-news-cont .ft_image a {
    overflow: unset !important;
}

.one-news-cont .img-fluid {
    object-fit: cover !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    -moz-border-radius: 200px !important;
    -ms-border-radius: 200px !important;
    -o-border-radius: 200px !important;
}

.one-news-cont .news_title,
.content_list.news_list .f_title .value a,
.content_list.news_list .f_title h2 {
    font-size: 24px;
    color: #444;
    font-weight: 700;
}

.one-news-cont .teaser,
.news_list .f_teaser .value {
    font-size: 20px;
    font-weight: 400;
}

.news_list .ft_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news_list .text-muted {
    color: #888888 !important;
}

.news-item h1{
    font-size: 30px;
    font-weight: 700;
}

.one-news-cont .field_image img,
.content_item .f_photo a,
.content_item .f_photo img {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
}

.content_item .f_photo a::after {
    border-radius: 100px;
}

.img-title .content_item.content_item {
    border-left: solid 5px #f00;
}