

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-68 {
        padding: var(--sectionPadding);
        position: relative;
    }
    .top, 
    .middle {
        padding-bottom: 3.75rem !important;
    }
    .middle, 
    .bottom {
        padding-top: 3.75rem !important;
    }
    #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 .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);
        position: relative;
        z-index: 2;
    }
    #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-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;
    }
    #sbs-68 .dot-point-grid {
        width: 100%;
    }
}
/* 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 .header-box {
        margin-right: -90px;
      }
    #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-picture.short {
        max-height: 400px;
        
    }
    #sbs-68 .cs-content {
        width: 45%;
    }
    .middle .cs-container {
        align-items: flex-start !important;
    }
    #sbs-68 .dot-point-grid {
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 1024px) {
    #sbs-68 .dot-point-grid {
        display: flex;
        gap: 4rem;
    }
    #sbs-68 .grid-item {
        flex: 1;
    }
}

/*-- -------------------------- -->
<---       Image blocks         -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
    #img-block {
        padding: var(--sectionPadding);
        position: relative;
        padding-bottom: 3.75rem;
        padding-top: 3.75rem;
    }

    #img-block .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
    }
    #img-block .image-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 150px 150px;
        width: 100%;
        gap: 1rem;
    }
    #img-block .image-block.three {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 300px;
    }
    #img-block .image-block img {
        grid-column: span 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #img-block .image-block.large2 img:nth-of-type(4), 
    #img-block .image-block.medium img:nth-of-type(4), 
    #img-block .image-block img:nth-of-type(3), 
    #img-block .image-block img:nth-of-type(5) {
        grid-column: span 2;
    }
    #img-block .image-block.large2 img:nth-of-type(4), 
    #img-block .image-block.medium img:nth-of-type(1),
    #img-block .image-block.medium img:nth-of-type(4),
    #img-block .image-block.large img:nth-of-type(3), 
    #img-block .image-block.large img:nth-of-type(4) {
        grid-row: span 2;
    }
    #img-block .image-block.medium img:nth-of-type(3), 
    #img-block .image-block.large2 img:nth-of-type(3) {
        grid-column: span 1;
    } 


    
}
@media only screen and (min-width: 48rem) {

    #img-block .cs-container {
        max-width: 80rem;
    }
}

.bg-logo {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 209px;
    height: auto;
}