.ccl-v2-widget.imagebox-v2-1-across {
    .slide-title {
        font-size: var(--text-2xl);
        margin-bottom: 10px;
    }
    .title-small {
        font-size: var(--text-xs);
        font-weight: var(--font-weight-semibold);
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .content-section {
        gap: var(--space-5);
        padding: 30px;
    }
    .img-cont {
        border-radius: var(--rounded-2xl);
    }
    .mini-date-section {
            border-radius: var(--rounded-2xl) 0 8px 0;
    }
    
    @media(min-width: 64em) {
        .slide-title {
            font-size: var(--text-5xl);
        }
    }
}  