.sidebar-posts {
    position: relative;
}

.sidebar-posts .block-post-sidebar {
    display: flex;
    align-items: center;
}

.sidebar-posts .block-post-sidebar .container-img {
    width: 85px;
    height: 85px;
    position: relative;
    overflow: hidden;
    min-width: 85px;
}

.sidebar-posts .block-post-sidebar .container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-posts .block-post-sidebar .category-post {
    display: block;
    color: var(--color);
    opacity: 0.5;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.sidebar-posts .block-post-sidebar .title-post {
    width: calc(100% - 10px);
    display: block;
    font-size: 16px;
}

.sidebar-posts .block-post-sidebar .content-post {
    width: 100%;
}