.ccl-widget.cards-2-across {
    margin-bottom: 35px;
}

.ccl-widget.cards-2-across .slides {
    gap: 21px;
}

.ccl-widget.cards-2-across .slide {
    background-color: #f3f0f1;
}

.ccl-widget.cards-2-across .slide .slide-top {
    width: calc(100% - 48px);
    position: relative;
    left: 48px;
    top: 29px;
    margin-bottom: 19px;
}

.cards-2-across .slide .content-section {
    padding: 6px 24px 39px 48px;
}

.ccl-widget.cards-2-across .slide .content-section > .inner {
    gap: 6px;
}

.cards-2-across .slide .img-cont .sponsored-flag {
    width: 80px;
    height: 19px;
    position: absolute;
    top: 18px;
    left: 0;
    background-image: url('/includes/public/assets/shared/sponsored-flag.svg');
    background-size: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-2-across .slide .img-cont .sponsored-text {
    font-family: var(--brandon-grotesque);
    font-size: 10px;
    font-weight: var(--font-weight-black);
    color: var(--gray-dark);
    text-transform: uppercase;
    line-height: var(--leading-none);
    letter-spacing: var(--tracking-wider);
    margin-right: 4px;
    margin-top: 2px;
}

.cards-2-across .slide .content-section .slide-title {
    font-family: var(--brandon-grotesque);
    color: var(--gray-dark);
    font-weight: var(--font-weight-medium);
    font-style: italic;
    font-size: 26px;
    line-height: 1.1;
}

.cards-2-across .slide .content-section .description {
    font-family: var(--brandon-grotestque);
    color: var(--gray-dark);
    font-weight: var(--font-weight-medium);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 13px;
}

.cards-2-across .slide .content-section .line-cont {
    width: 67px;
    height: 7px;
    position: relative;
}

.cards-2-across .slide .content-section .line-cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/includes/public/assets/shared/wave-line-green.svg');
    background-size: auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ccl-widget.cards-2-across .slide .slide-footer {
    justify-content: flex-end;
    margin-right: 1px;
}

.ccl-widget.cards-2-across .slide a.read-more {
    color: var(--gray-dark);
    background-color: transparent;
    border-radius: 0;
    font-weight: var(--font-weight-black);
    font-family: var(--brandon-grotesque);
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: var(--tracking-wider);
}

.ccl-widget.cards-2-across .slide .slide-footer .asterisk {
    height: 26px;
    width: 26px;
    position: relative;
    margin: 0;
    top: 10px;
    right: 7px;
}

.ccl-widget.cards-2-across .slide .slide-footer .asterisk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/ftlauderdale-redesign/asterisk_red_b1fdcb70-2a09-4089-8d1b-2597c73bd7fc.png');
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media(hover:hover) {
    .cards-2-across .slide .content-section .slide-title a:hover {
        color: var(--gray-dark);
    }
    .ccl-widget.cards-2-across .slide a.read-more:hover {
        background: transparent;
    }
}

@media(min-width:64em) {
    .ccl-widget.cards-2-across {
        margin-bottom: 80px;
    } 

    .ccl-widget.cards-2-across .slides {
        max-width: 1200px;
        gap: var(--space-16) 35px;
    }

    .ccl-widget.cards-2-across .slide .slide-top {
        width: calc(100% - 67px);
        left: 67px;
    }

    .cards-2-across .slide .content-section .slide-title {
        font-size: 40px;
    }

    .cards-2-across .slide .content-section .description {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .cards-2-across .slide .content-section {
        padding: 15px 24px 39px 76px;
    }

    .cards-2-across .slide .content-section .line-cont {
        width: 84px;
        height: 9px;
    }

    .ccl-widget.cards-2-across .slide a.read-more {
        font-size: 17px;
    }

    .ccl-widget.cards-2-across .slide .slide-footer .asterisk {
        width: 35px;
        height: 32px;
    }

    .ccl-widget.cards-2-across .slide .slide-footer {
        position: absolute;
        bottom: 60px;
        right: 45px;
    }

    .ccl-widget.cards-2-across .slide .content-section > .inner {
        margin-bottom: 50px;
    }

    .cards-2-across .slide .img-cont .sponsored-flag {
        width: 100px;
        height: 24px;
    }

    .cards-2-across .slide .img-cont .sponsored-text {
        font-size: 12px;
    }
}