.carousel2post {
    height: 480px;
    background-position: center;
    transition: all 0.3s;
    background-size: cover;
}

.carousel2post:hover {
    background-position: left center;
}

.carousel2post a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.carousel2post .details {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
}

.carousel2post a h2 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
}

.carousel2post a span {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

.swiper-post-carousel2 {
    padding: 0;
    position: relative;
}

.swiper-post-carousel2 .swiper-nav-area {
    position: absolute;
    top: 50%;
    transform: translateY(-5px);
    z-index: 9;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.swiper-post-carousel2 .swiper-nav-area .swiper-btn {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}

.swiper-post-carousel2 .swiper-pagination-bullet {
    background-color: #FFF;
}