@media only screen and (min-width: 0rem) {
    #sbsr-2289 {
        padding: var(--sectionPadding);
        overflow: hidden;
    }

    #sbsr-2289 .cs-container {
        width: 100%;
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
    }

    #sbsr-2289 .cs-content {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        z-index: 10;
    }

    #sbsr-2289 .cs-text {
        margin-bottom: 1rem;
    }

    #sbsr-2289 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbsr-2289 .cs-features {
        width: 100%;
        margin: 0 0 2rem;
        padding: clamp(1.5rem, 4vw, 2rem);
        background-color: #9498c71b;
        border-left: 0.25rem solid var(--primary);
        font-family: 'abel';
       border-radius: 22px;
    }

    #sbsr-2289 .cs-features2 {
        width: 100%;
        margin: 0 0 2rem;
        padding: clamp(1.5rem, 4vw, 2rem);
        background-color: #ffffff;
        border-left: 0.25rem solid var(--primary);
        font-family: 'abel';
 border-radius: 22px;
    }

    #sbsr-2289 .cs-h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0 0 0.75rem;
        color: var(--headerColor);
    }

    #sbsr-2289 .cs-ul {
        font-size: 0.75rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    #sbsr-2289 .cs-li {
        font-size: 1rem;
        line-height: 1.5em;
        list-style: none;
        padding-left: clamp(1.25rem, 3vw, 1.5rem);
        color: #000;
        position: relative;
    }

    #sbsr-2289 .cs-li::before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0.5rem;
        background-color: var(--primary);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(45deg);
    }

   

    #sbsr-2289 .cs-image-group {
        width: 100%;
        display: block;
        order: -1;
        position: relative;
        z-index: 1;
    }

    #sbsr-2289 .cs-image-group picture {
        width: 100%;
        display: block;
        border-radius: 0.5rem;
        overflow: hidden;
        
    }

    #sbsr-2289 .cs-image-group img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    #sbsr-2289 .cs-heading {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.2em;
        margin: 0 0 0.5rem;
        color: var(--headerColor);
    }

    #sbsr-2289 .cs-desc {
        font-size: 1rem;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }

    #sbsr-2289 .cs-graphic {
        width: 150%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbsr-2289 .cs-image-group picture {
        max-width: 100%;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-2289 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        gap: 1.25rem;
    }

    #sbsr-2289 .cs-content {
        padding-right: 3.25rem;
        padding-bottom: 6.75rem;
    }

    #sbsr-2289 .cs-image-group {
        height: auto;
        min-height: 40.125rem;
        max-height: 100%;
        order: initial;
        flex: 1;
        display: flex;
        align-items: flex-start;
    }

    #sbsr-2289 .cs-image-group picture {
        width: 100%;
    }
}