.slider-latest-post {
    padding: 0 16px !important;
}
.slider-latest-post .post-item {
    padding: 13px;
    background-color: #EFE9E3;
    border-radius: 20px;
}

.slider-latest-post .post-item .post-meta {
    padding: 0 13px 16px;
}

.slider-latest-post .post-meta .post-date {
    padding: 16px 0;
}

.slider-latest-post .post-item .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.swiper-latest-post-pagination {
    margin: 0 auto;
    text-align: center;
}