@media screen and (min-width: 991.98px) {
    .news_list-item_wrapper .media {
        margin-bottom: 0px;
    }
}

.news_list-item_wrapper .media {
    max-height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 16px;
}
@media screen and (min-width: 767.98px) {
    .news_list-item_wrapper {
        height: 100%;
    }
}

@media screen and (min-width: 991.98px) {
    .news_list-item {
        padding: 0 20px;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 767.98px) {
    .news_list-item {
        padding: 0 15px;
    }
}
.news_list-item {
    margin-bottom: 30px;
}
@media screen and (min-width: 1199.98px) {
    .news_wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 991.98px) {
    .news_wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 991.98px) {
    .section {
        padding: 160px 0;
    }
}
@media screen and (min-width: 767.98px) {
    .section {
        padding: 90px 0;
    }
}
.section {
    padding: 60px 0;
}

@media screen and (min-width: 767.98px) {
    .news_list-item_wrapper .main, .news_list-item_wrapper .main_title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media screen and (min-width: 991.98px) {
    .news_list-item_wrapper .main_title {
        margin: 15px 0;
    }
}
@media screen and (min-width: 767.98px) {
    .news_list-item_wrapper .main, .news_list-item_wrapper .main_title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.news_list-item_wrapper .main_title--bookmarked {
    position: relative;
    padding-left: 25px;
}

.news_list-item_wrapper .main_title {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: NunitoSans, sans-serif;
    color: #214842;
}
.news_list-item_wrapper .main_title--bookmarked .icon {
    display: inline;
    color: #258f67;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}