.posts-carousel.owl-theme .owl-nav {
    top: 50% !important;
    z-index: -1;
}

.posts-carousel.owl-theme {
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 768px) {
    .posts-carousel.owl-theme {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.posts-carousel .owl-stage {
    display: flex;
}

.posts-carousel .owl-item {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}