.post-carousel12 .post-item-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: ease .15s;
}

.post-carousel12 .item-content-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.post-carousel12 .post-cover {
    width: 70px;
    height: 70px;
}

.post-carousel12 .post-cover img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.post-carousel12 .swiper-slide {
    height: auto;
}

@media screen and (max-width: 767px) {
    .post-carousel12 .item-content-wrap {
        flex-wrap: wrap;
        text-align: center;
    }

    .post-carousel12 .item-content-wrap > div {
        width: 100%;
    }
}