/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-2291 {
        padding: var(--sectionPadding);
        overflow: visible;
        background-color: #11150F;
        position: relative;
    }

#sbs-2291 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    /* Image */
    #sbs-2291 .cs-image-group {
        width: 100%;
        max-width: 36rem;
        flex-shrink: 0;
        position: relative;
        height: 22rem;
    }
    #sbs-2291 .cs-picture {
        position: absolute;
        width: 80%;
        height: 80%;
        display: block;
        border-radius: 1rem;
        border: 3px solid #fff;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65);
        overflow: hidden;
    }
    #sbs-2291 .cs-picture-back {
        bottom: 0;
        right: 0;
    }
    #sbs-2291 .cs-picture-front {
        top: 0;
        left: 0;
    }
    #sbs-2291 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Content */
    #sbs-2291 .cs-content {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #sbs-2291 .cs-topper {
        font-size: clamp(0.75rem, 1.4vw, 0.9375rem);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--headerColor);
        margin-bottom: 0.5rem;
        display: inline-flex;
    }
    #sbs-2291 .cs-title {
        font-size: clamp(1.75rem, 3.5vw, 2.75rem);
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.15em;
        color: var(--headerColor);
        margin: 0 0 1.25rem;
    }
    #sbs-2291 .cs-text {
        font-size: 1rem;
        line-height: 1.7em;
        color: var(--bodyTextColor);
        margin: 0 0 1.75rem;
    }

    /* Feature list */
    #sbs-2291 .cs-ul {
        margin: 0 0 2rem;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.875rem;
    }
    #sbs-2291 .cs-li {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 1rem;
        font-weight: 700;
        color: var(--headerColor);
        line-height: 1.4em;
    }
    #sbs-2291 .cs-li-icon {
        width: 1.375rem;
        height: 1.375rem;
        flex-shrink: 0;
        stroke: #22C55E;
        stroke-width: 2.25;
    }

    /* CTA Button */
    #sbs-2291 .cs-button-solid {
        font-family: 'Barlow', sans-serif;
        font-size: 1.0625rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        text-decoration: none;
        text-align: center;
        padding: 1rem 2.75rem;
        background-color: #22C55E;
        color: #fff;
        border-radius: 0.375rem;
        display: inline-block;
        transition: background-color 0.3s;
    }
    #sbs-2291 .cs-button-solid:hover {
        background-color: #15803D;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-2291 .cs-container {
        flex-direction: row;
        align-items: center;
        gap: 5rem;
    }
    #sbs-2291 .cs-image-group {
        width: 45%;
        max-width: 100%;
        height: 30rem;
    }
    #sbs-2291 .cs-content {
        width: 55%;
    }

}
