#news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news {
    width: 31.9%;
    margin-bottom: 50px;
    padding: 18px 18px;
    line-height: 1.4;
    border-radius: 5px;
    box-shadow: 2px 4px 13px 0 #6C5E5524;
}

.news.ghost {
    visibility: hidden;
}

.news_image {
    width: 100%;
    height: 248px;
    margin: 0 auto 25px;
}

.news_image a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_info {
    width: 100%;
}

.news_title {
    margin-bottom: 15px;
    font-size: 12px;
}

.news .text {
    margin-bottom: 10px;
    display: none;
}

a.news_more {
    color: #825334;
    text-decoration: underline;
    font-size: 14px;
}