/* Course and Coaching Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-1308 {
        overflow: hidden;
        background: var(--bg01);
        padding: var(--sectionPadding);
    }
    #sbs-1308 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 36.5rem;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: clamp(3rem, 4vw, 4rem);
    }
    #sbs-1308 .cs-content {
        width: 100%;
        z-index: 10;
        display: flex;
        text-align: left;
        position: relative;
        max-width: 33.875rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #sbs-1308 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-1308 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-1308 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbs-1308 .cs-ul {
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 0.75rem;
        justify-content: space-between;
        margin: clamp(2rem, 5vw, 3rem) 0 0 0;
        padding: clamp(2rem, 5vw, 3rem) 0 0 0;
        border-top: 3px solid var(--itemColor);
    }
    #sbs-1308 .cs-item {
        width: 32%;
        display: flex;
        list-style: none;
        align-self: stretch;
        flex-direction: column;
        align-content: space-between;
    }
    #sbs-1308 .cs-number {
        display: block;
        font-weight: 700;
        text-align: left;
        line-height: 1.2em;
        font-size: 1.5625rem;
        margin: 0 0 0.5rem 0;
        color: var(--primary);
    }
    #sbs-1308 .cs-h3 {
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        text-align: left;
        line-height: 1.5em;
        color: var(--bodyTextColor);
    }
    #sbs-1308 .cs-image-group {
        z-index: 1;
        width: 100%;
        height: 100vw;
        display: block;
        position: relative;
        max-width: 41.875rem;
        max-height: 39.375rem;
    }
    #sbs-1308 .cs-picture {
        /* big background image */
        top: 0;
        left: 0;
        width: 93%;
        height: 93%;
        display: block;
        position: absolute;
    }
    #sbs-1308 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
    #sbs-1308 .cs-graphic {
        top: 50%;
        left: 50%;
        width: 150%;
        z-index: -1;
        height: auto;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbs-1308 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    #sbs-1308 .cs-content {
        width: 48%;
        flex: none;
        padding: 3rem 0;
        align-self: center;
    }
    #sbs-1308 .cs-image-group {
        margin: 0;
        width: 55%;
        height: auto;
        max-height: 100%;
        max-width: 41.875rem;
        min-height: 41.875rem;
    }
    #sbs-1308 .cs-picture {
        width: 93%;
        height: 94%;
    }
    #sbs-1308 .cs-box {
        bottom: 0rem;
    }
    #sbs-1308 .cs-graphic {
        left: auto;
        right: 8.125rem;
        max-width: 44.6875rem;
        transform: translateY(-50%);
    }
}
/* Benefits Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-575 {
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #sbsr-575 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 7vw, 4rem);
    }
    #sbsr-575 .cs-content {
        width: 100%;
        display: flex;
        padding-top: 0;
        text-align: left;
        max-width: 32.625rem;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        padding: var(--sectionPadding);
    }
    #sbsr-575 .cs-text {
        opacity: 0.8;
        margin-bottom: 1rem;
        color: var(--bodyTextColor);
    }
    #sbsr-575 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-575 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-575 .cs-picture {
        display: block;
        position: relative;
        width: 100%;
        height: 18.75rem;
    }
    #sbsr-575 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 0.75rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbsr-575 .cs-container {
        flex-direction: row;
        position: relative;
        z-index: 1;
    }
    #sbsr-575 .cs-content {
        width: 51%;
        padding: 0;
    }
    #sbsr-575 .cs-picture {
        width: 47vw;
        max-width: 38.625rem;
        height: 33.5rem;
        margin: clamp(1.5rem, 3vw, 2rem) 0 clamp(1.5rem, 3vw, 2rem)
        clamp(1.5rem, 3vw, 2rem);
        position: relative;
        order: 2;
    }
}