.vd_big_posts .post-group {
    width: 100%;
}
.vd_big_posts .post-item {
    width: 100%;
}
.vd_big_posts .post-group .post-item:first-child {
    width: 100%;
    margin-bottom: .5rem;
}
.vd_big_posts .post-group .post-item:first-child .ratio-4x3 {
    --bs-aspect-ratio: 55%;
}
.bg-gradasi {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.fl-module-heading.heading-theme .fl-heading,
.vd-bb-posts-title {
    border-left: 0.45rem solid var(--fl-global-secondary);
    padding-left: 0.55rem !important;
}
.vd-bb-posts-title.subtitle {
    border-left-color: var(--fl-global-primary);
}
.flickity-prev-next-button {
    width: 24px;
    height: 40px;
    border-radius: 0;
}
.vd-big-posts-carousel:not(.flickity-enabled) .post-group:not(:first-child) {
    display: none !important;
}

@media(min-width: 768px){  
    .vd_big_posts .post-group .post-item:nth-child(2) {
        width: 49%;
        float: left;
    }
    .vd_big_posts .post-group .post-item:nth-child(3) {
        width: 49%;
        float: right;
    }
}
@media(max-width: 768px){
    .vd_big_posts .post-item {
        width: 90%;
        margin-right: 10px;
    }  
}