
.posts_item {
    border-bottom: 2px solid #000;
    margin-bottom: 80px;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 991px) {
    .posts_item {
        margin-bottom:40px;
        height: calc(100% - 40px)
    }
}

@media (max-width: 575px) {
    .posts_item {
        margin-bottom:30px;
        height: calc(100% - 30px)
    }
}

.posts_item-hover {
    display: block;
    color: #000;
    text-decoration: none;
}

@media (min-width: 992px) {
    .posts_item-hover:hover .swiper_services-slide-title {
        text-decoration:underline
    }

    .posts_item-hover:hover .swiper_services-slide-title:before {
        opacity: 1
    }
}

.posts_item-hover:focus {
    outline: 2px solid #0073e6 !important
}

.posts_item-preview {
    height: 220px;
    width: 100%;
    margin-bottom: 20px;
    display: block
}

@media (max-width: 575px) {
    .posts_item-preview {
        height:170px;
        margin-bottom: 15px
    }
}

.posts_item-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.posts_item-title {
    margin: 20px 0 25px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000;
    height: 96px
}

.posts_item-title:hover {
    text-decoration: underline
}

@media (max-width: 575px) {
    .posts_item-title {
        font-size:16px;
        line-height: 20px;
        margin: 15px 0;
        height: auto
    }
}

.posts_item-date {
    margin: 25px 0 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #555555;
    font-weight: 100;
}

@media (max-width: 575px) {
    .posts_item-date {
        font-size:10px;
        line-height: 14px;
        margin: 15px 0 10px
    }
}

.posts_underline_link {
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    color: #000
}
