.blog-item-image img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
    border: 1px solid transparent;
    max-width: 370px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    min-height: 246px;
}

.blog-item {
    width: 372px;
    padding: 0 14px;
    margin-bottom: 20px;
}

.blog-item a {
    background: #868686;
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.blog-item a:hover {
    background: #626262;
    text-decoration: none;
}

.blog-item-anons {
    background: inherit;
    display: block;
    height: 248px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-item-name {
    margin-bottom: 0;
    background: inherit;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    height: 70px;
}

.blog-item-name span {
    margin: auto 10px;
    width: 100%;
}
