.marquee-side-by-side .slide.overlap-image::before {
    content: '';
    position: absolute;
    bottom: 0;
	top:-25px;
    left: 19px;
    width: 101%;
    max-width: calc(100vw - 45px);
    height: 110%;
    background: white;
    border: solid var(--primary-color-200) 4px;
    pointer-events: none;
}

.marquee-side-by-side .widget-header-inner {
    display: grid;
}

.marquee-side-by-side .slide p > a.read-more {
    text-decoration: underline;
    color: var(--blue-001);
    font-weight: 900;
}

.marquee-side-by-side .slide.overlap-image p > a.read-more {
    text-decoration: underline;
    color: var(--white);
    font-weight: 900;
}

.marquee-side-by-side .marquee-side-by-side-header-description {
    max-width: 775px;
    padding: 0 0 17px;
    font-size: 20px;
    font-weight: 600;
}

.marquee-side-by-side .widget-header .widget-first-title {
    font-size: 30px;
    color: var(--blue-3f);
    font-family: var(--riviera);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    transform: translateX(-5px);
}

.marquee-side-by-side .widget-header .widget-title {
    font-size: 34px;
    color: var(--blue-001);
    font-family: var(--mark-black);
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}

.marquee-side-by-side .widget-view-all {
    display: inline-block;
    padding: 8px 27px;
    margin: 30px 0;
}

@media screen and (min-width: 40em) {
    .marquee-side-by-side {
        padding: var(--widget-padding-top) 25px 0;
    }
}

@media (min-width: 64em){
    .marquee-side-by-side .widget-header .widget-first-title {
        font-size: 39px;
        transform: translateX(-16px);
    }

    .marquee-side-by-side .widget-header .widget-title {
        font-size: 49px;
    }

    .marquee-side-by-side .widget-header{
        display: grid;
        grid-template-columns: 780px 1fr;
        align-items: end;
        gap: 10px;
        justify-items: end;
    }
}