.post-carousel-13 .box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.post-carousel-13 .post-thumbnail-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
}

.post-carousel-13 .box-heading .box-title {
    font-size: 21px;
}

.post-carousel-13 .box-heading .box-buttons a {
    display: flex;
    align-items: center;
    font-size: 21px;
    gap: 10px;
}

.post-carousel-13 .box-heading .box-buttons a svg {
    width: 21px;
}

.post-carousel-13.is-ltr .box-heading .box-buttons a svg {
    transform: rotateY(180deg);
}

.post-carousel-13 .post-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 1s;
}

.post-carousel-13 .post-item:hover img {
    transform: scale(1.05);
}

.post-carousel-13 .post-item .post-title {
    margin-top: 17px;
}

.post-carousel-13 .post-item .post-title h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    color: #FFFFFF;
}

.post-carousel-13 .post-item .post-details-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    transition: ease .2s;
}

.post-carousel-13 .post-item .post-details-wrap .post-categories {
    color: #FFFFFF;
    background-color: #16205B;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.post-carousel-13 .post-meta {
    color: #FFFFFF;
    font-size: 12px;
}

.post-carousel-13 .post-meta .post-author {
    position: relative;
    margin-left: 5px;
    padding-left: 5px;
}

.post-carousel-13 .post-meta .post-author::after {
    content: "|";
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-10px);
}

.post-carousel-13 .swipper-nav {
    position: relative;
}

.post-carousel-13 .swipper-nav .swiper-button-next:after {
    content: 'prev';
}

.post-carousel-13 .swipper-nav .swiper-button-prev:after {
    content: 'next';
}

.post-carousel-13 .swipper-nav > div::after {
    font-size: 15px;
    color: #333;
}