.news-block {}

.news-block .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
    gap: 60px;
}

.news-block .news-list-item {
    width: 380px;
}

.news-block .card {}

.news-block .card a {
    width: 100%;
    display: flex;
}

.news-block .card img.card-img-top {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}

.news-block  .card-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-block .card-title {
    padding: 0;
}

.news-block .card-title a {
    padding: 0;
    font: 15px/25px "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    box-sizing: border-box;
    outline: none !important;
    background: 0 0;
    text-decoration: none;
    color: #555555;
}

.yt_hashtags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
    gap: 2px 10px;
    border-radius: 0px;
}

.yt_hashtags a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #079f86;
    max-width: fit-content;
}

.new-block .news-detail-img {
    width: 100%;
}

.new-block .news-detail-img img {
    width: 100%;
}

.news-detail .news-detail-date {
    display: none;
}