.list-posts {
    position: relative;
}
.list-posts img {
    width: 100%;
    height: auto;
}
.case_info {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    margin-bottom: clamp(16px, 28 * (100vw / 1920), 28px);
}
.case_info:last-child {
    margin-bottom: 0;
}
.case_info p {
    color: #818181 !important;
    font-weight: 400;
}
