/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-68 {
        padding: var(--sectionPadding);
        position: relative;
    }
    #sbs-68 h3 {
        margin-bottom: 0.5rem;
    }
    #sbs-68 li {
        color: var(--bodyTextColorWhite);
        list-style-type: disc;
        margin-left: 1.5rem;
        margin-bottom: 0.25rem;
    }
    #sbs-68 li:last-of-type {
        margin-bottom: 1rem;
    }
    #sbs-68 .quote {
        width: 63px;
        height: auto;
        margin-bottom: 48px;
    }
    #sbs-68 .reviewer {
        display: flex;
        gap: 33px;
        align-items: center;
    }
    #sbs-68 .name {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    #sbs-68 .reviewer img {
        width: 63px;
        height: auto;
    }
    #sbs-68 .bg-logo, 
    #sbs-68 .bg-quote {
        position: absolute;
        right: 20px;
        bottom: 40px;
        width: 209px;
        height: auto;
    }
    #sbs-68 .bg-quote {
        width: 180px;
        height: auto;
    }
    #sbs-68 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-68 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbs-68 .cs-text {
        margin-bottom: 1rem;
        color: var(--bodyTextColorWhite);
    }
    #sbs-68 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbs-68 .cs-picture {
        width: 95%;
        max-width: 34.375rem;
        margin: 0;
        position: relative;
        display: block;
        /* width divided by height */
        aspect-ratio: 0.93134328;
        z-index: 1;
    }
    #sbs-68 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-68 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: flex-start;
        /* 60px - 128px */
        gap: clamp(3.75rem, 9.5vw, 8rem);
    }
    #sbs-68 .cs-container.mt {
        margin-top: 2rem;
    }
    #sbs-68 .cs-container.reverse {
        flex-direction: row-reverse;
    }
    #sbs-68 .cs-picture {
        /* 328px - 502px */
        width: clamp(20.5rem, 37.5vw, 31.375rem);
        /* 440px - 520px */
        height: 100%;
        /* 16px - 20px */
        margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
        flex: none;
        
    }
    #sbs-68 .cs-content {
        width: 45%;
    }
}
@media only screen and (min-width: 48rem) {
    #sbs-68 .header-box {
        margin-right: -90px;
      }
}