.similar-news {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 36px 20px;
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .similar-news {
        padding: 30px 40px
    }
}

.similar-news__head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #605f5f;
    margin-bottom: 11px
}

.similar-news__item {
    margin-bottom: 20px
}

.similar-news__item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #c4c4c4
}

.similar-news__item-iamge {
    width: 146px;
    height: 92px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.similar-news__item-info {
    padding-left: 20px
}

.similar-news__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.editors-picks {
    margin-bottom: 30px
}

.editors-picks__head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #eb0015;
    margin-bottom: 15px
}

.editors-picks__image {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 9px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 110px
}

@media screen and (min-width:992px) {
    .editors-picks__image {
        height: 110px
    }
}

.editors-picks__image--big {
    height: 238px
}

@media screen and (min-width:992px) {
    .editors-picks__image--big {
        margin-bottom: 0
    }
}

.editors-picks__intro {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.editors-picks__item {
    position: relative;
    display: block;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .editors-picks__item--middle {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .editors-picks__item--middle.last {
        margin-bottom: 30px
    }
}

@media screen and (min-width:992px) {
    .editors-picks__item--middle.sep:before {
        content: " ";
        background-color: #e6e6e6;
        position: absolute;
        left: -15px;
        top: 50%;
        width: 2px;
        height: 52px;
        margin-top: -26px
    }
}

.editors-picks__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.editors-picks__title--big {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3f3b3b;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .editors-picks__title--big {
        font-size: 26px;
        line-height: 30px
    }
}

.editors-picks--dark .editors-picks__head,
.editors-picks--dark .editors-picks__intro,
.editors-picks--dark .editors-picks__title {
    color: #fff
}

.bio-card {
    padding: 20px 5px
}

.bio-card .col-padding-sm {
    padding-right: 5px;
    padding-left: 5px
}

.bio-card__card {
    display: block;
    background-color: #fff;
    padding: 10px
}

.bio-card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #3d3d3d
}