.main-post-carousel {
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.vf-post-carousel {
    padding-bottom: 60px !important;
}

.vf-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);   
}

.vf-post-carousel .swiper-slide {
    height: auto;
    display: flex;
}

.vf-post-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.vf-post-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.vf-post-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'outfit';
    font-weight:500;
    line-height:30px;
}

.vf-post-title a {
    color: #3E3E3E;
    text-decoration: none;
}

.vf-post-excerpt {
    font-size: 16px;
    color: #000000;
    flex-grow: 1;
}

/* Swiper Controls */
.vf-post-carousel .swiper-button-next,
.vf-post-carousel .swiper-button-prev {
    color: #000;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bolder;
}

.vf-post-carousel .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.vf-post-carousel .swiper-pagination-bullet-active {
    background: #000;
}

div#swiper-wrapper-11d3e07613d2fa7a .swiper-slide:last-child {
    margin-right: 0px !important;
}
.my-swiper-button-prev {
    left: 5px;
    background-color: #4ca7d1;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}
.my-swiper-button-next {
    right: 5px;
    background-color: #4ca7d1;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}


.my-swiper-button-next, .my-swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (44px / 2));
    line-height: 44px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-swiper-button-next svg, .my-swiper-button-prev svg {
    fill: #fff;
    width: 20px;
}
.my-swiper-pagination {
text-align: center;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4ca7d1;
}

@media screen and (max-width: 767px) {

    .main-post-carousel {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
    }
    .my-swiper-button-next, .my-swiper-button-prev {
        margin-top: calc(0px - (80px / 2));
    }
    .my-swiper-button-prev {
        left: 10px;
    }
    .my-swiper-button-next {
        right: 10px;
    }
}
