@media only screen and (min-width: 0rem) {
    
  
    
    #sbs-1362 {
        z-index: 1;
        position: relative;
        overflow: hidden;
        padding: var(--sectionPadding);
   /*  padding-block-start:clamp(2rem,8vh,6rem);   top gap */
/*  padding-block-end:var(--sectionPadding);    keep bottom padding */
      padding-top: 15%;
        background-color: #030a14;
  
    }
    

.cs-title .highlight {
  color: #7a9ef3; /* or any color you want */
}

    #sbs-1362 .cs-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        max-width: 36.5rem;
        width: 100%;
        gap: clamp(3rem, 6vw, 4rem);
     
    }

    #sbs-1362 .cs-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 39.375rem;
        width: 100%;
        text-align: left;
        
    }
  
   #sbs-1362 .cs-title {
        max-width: 26ch;
        font-family: 'oswald';
        color: white;
    }

    #sbs-1362 .cs-text {
        margin-bottom: 1.5rem;
        color: white;
        font-family: 'source sans 3';
    }


     #sbs-1362 .cs-topper{

        color: #7a9ef3;
    }
   
   
    #sbs-1362 .cs-image-group {
        position: relative;
        border-radius: clamp(1rem, 10vw, 6.25rem);
        height: 26.5rem;
        max-width: 36.625rem;
        width: 100%;
        overflow: hidden;
        border-bottom-right-radius: 1rem;
       
    }

    #sbs-1362 .cs-background {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        
    }

    #sbs-1362 .cs-background img {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
     
    }

    #sbs-1362 .cs-box {
        position: absolute;
        bottom: clamp(0.75rem, 1.9vw, 1.5rem);
        right: clamp(0.75rem, 1.9vw, 1.5rem);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
        background-color: #fff;
        width: 80%;
        max-width: 19rem;
        box-sizing: border-box;
        padding: 1.5rem;
        text-align: left;
        gap: 1.5rem;
    }


    #sbs-1362 .cs-flex {
        display: flex;
        flex-direction: column;
    }

    #sbs-1362 .cs-name {
        display: block;
        text-transform: uppercase;
        font-family: var(--headerFont);
        font-size: clamp(1rem, 1.8vw, 1.25rem);
        line-height: 1.2em;
        font-weight: 700;
        font-family: 'oswald';
        color: var(--headerColor);
    }

    #sbs-1362 .cs-job {
        display: block;
        font-size: clamp(0.875rem, 1.8vw, 1rem);
        line-height: 1.2em;
        color: var(--primary);
        font-family: 'oswald';
    }

    #sbs-1362 .cs-box-icon {
        display: block;
        height: 3rem;
        width: auto;
    }
   


}



/*
@media only screen and (min-width: 48rem) {
    #sbs-1362 {
    
    }
}*/

/* 64 rem and up */
@media only screen and (min-width: 64rem) {
    #sbs-1362 .cs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 80rem;
    }

    #sbs-1362 .cs-image-group {
        max-height: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }
    
    #sbs-1362 .cs-background,
    #sbs-1362 .cs-background img {
        max-height: 60vh; /* Adjust this value to match your content height */
        -o-object-fit: cover;
           object-fit: cover;
    }

    #sbs-1362 .cs-content {
        align-self: center;
    }

  
}




/*-- -------------------------- -->
<---         Why Choose         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-892 {
        /* Centers Button */
        text-align: center;
        padding: var(--sectionPadding);
        /* prevents the arrow from causing an overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-color: #030a14;
    }
    #why-choose-892 .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;
    }
    #why-choose-892 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }
    #why-choose-892 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 0.25rem;
        display: block;
    }
    #why-choose-892 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color:white;
        position: relative;
    }
    #why-choose-892 .cs-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 90%;
        max-width: 40.625rem;
        margin: 0;
        color: white;
    }
    #why-choose-892 .cs-text {
        max-width: 62.5rem;
    }
    #why-choose-892 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #why-choose-892 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #why-choose-892 .cs-button-solid:hover:before {
        width: 100%;
    }
    #why-choose-892 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #why-choose-892 .cs-item {
        width: 100%;
        text-align: left;
        list-style: none;
        /* 20px - 32px */
        padding: clamp(1.25rem, 2.3vw, 2rem);
        background-color: #0e111c;
        border-radius: 1rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-column: span 6;
        position: relative;
        z-index: 1;
    }
    #why-choose-892 .cs-icon {
        width: 3rem;
        height: auto;
        margin: 0 0 1.25rem 0;
        display: block;
    }
    #why-choose-892 .cs-h3 {
        font-size: 1.25rem;
        line-height: 1.5em;
        font-family: 'oswald';
        margin: 0 0 0.75rem 0;
        color: white;
        transition: color 0.3s;
    }
    #why-choose-892 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        color: white;
             font-family: 'source sans 3';
        transition: color 0.3s;
    }
    #why-choose-892 .cs-floater {
        width: 21.9375rem;
        height: auto;
        display: none;
        position: absolute;
        top: -13.75rem;
        right: -3.75rem;
        transform: rotate(-66deg);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-892 .cs-container {
        max-width: 80rem;
    }
    #why-choose-892 .cs-item {
        grid-column: span 2;
    }
    #why-choose-892 .cs-floater {
        display: block;
    }
}

