header{
    background: #fff;
    z-index: 1000;
    position: relative;
}
header .header-right i{
    background-color: #ce232d;
    color: #fff;
}
header .header-right i:hover{
    background-color: #1d4a8a;
}
.navbar{
    background: #fff;
    position: relative;
    top: 0;
}

/* Banner Start */
.banner{
    position: relative;
    height: 60vh;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner-content-box{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -6rem;
    padding: 0 7%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.banner .banner-content-box h1{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #10366bdb;
    padding: 4rem 5rem;
    border-radius: 15px;
    box-shadow: #cdcdcdf4 0px 5px 15px;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .banner .banner-content-box{
        bottom: -5.5rem;
    }
    .banner .banner-content-box h1{
        font-size: calc(1.8rem + 0.5vw);
        padding: 3.7rem 4.8rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .banner .banner-content-box{
        bottom: -4.8rem;
    }
    .banner .banner-content-box h1{
        font-size: calc(1.6rem + 0.5vw);
        padding: 3.4rem 4.5rem;
    }
}

@media screen and (max-width: 767px) {
    .banner{
        height: 27vh;
    }
    .banner .banner-content-box{
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
        top: -1.5rem;
        padding: 0 1rem;
        align-items: center;
    }
    .banner .banner-content-box h1{
        font-size: calc(1.3rem + 0.5vw);
        padding: 1.2rem 1.3rem;
        border-radius: 10px;
    }
    .banner .banner-content-box h1.smaller{
        font-size: calc(1.2rem + 0.5vw);
    }
    .banner .banner-content-box h1.smallest{
        font-size: calc(1.1rem + 0.5vw);
    }
}
/* Banner End */

/* Highlight Start */
.highlight{
    padding: 10rem 7% 6rem 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.highlight .highlight-content{
    width: 48%;
    background-color: #eaf2ff;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.367) 0px 3px 8px;
}
.highlight .highlight-content p{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #000;
    display: flex;
    gap: 1rem;
}
.highlight .highlight-content i{
    font-size: calc(1.5rem + 0.5vw);
    color: #f74b56;
    margin-top: -3px;
}
.highlight .highlight-image{
    width: 45%;
    position: relative;
}
.highlight .highlight-image img{
    width: 100%;
    border-radius: 41% 59% 35% 65% / 63% 65% 35% 37%;
    box-shadow: rgba(0, 0, 0, 0.367) 0px 3px 8px;
}
.highlight .highlight-image .highlight-circle{
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -3rem;
    left: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.highlight .highlight-image .highlight-circle span{
    font-size: calc(0.7rem + 0.5vw);
    font-weight: 700;
    color: #858585;
}
.highlight .highlight-image .highlight-circle span:nth-child(2){
    font-size: calc(1.5rem + 0.5vw);
    font-weight: 900;
    color: #ce232d;
}
.highlight .highlight-image .highlight-circle span:nth-child(1){
    margin-top: 0.5rem;
}
.highlight .highlight-image .ball{
    position: absolute;
}
.highlight .highlight-image #ball-1{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1d4a8a;
    top: 4rem;
    left: 0;
}
.highlight .highlight-image #ball-2{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ce232d;
    top: 0;
    right: 5rem;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .highlight{
        padding: 9.5rem 7% 6rem 7%;
    }
    .highlight .highlight-content{
        padding: 2rem;
    }
    .highlight .highlight-content p{
        font-size: calc(0.55rem + 0.5vw);
        gap: 0.9rem;
    }
    .highlight .highlight-content i{
        font-size: calc(1.4rem + 0.5vw);
        margin-top: -2.5px;
    }
    .highlight .highlight-image .highlight-circle{
        width: 145px;
        height: 145px;
        bottom: -2.5rem;
        left: 5.5rem;
    }
    .highlight .highlight-image .highlight-circle span{
        font-size: calc(0.65rem + 0.5vw);
    }
    .highlight .highlight-image .highlight-circle span:nth-child(2){
        font-size: calc(1.4rem + 0.5vw);
    }
    .highlight .highlight-image #ball-1{
        width: 72px;
        height: 72px;
        top: 3.5rem;
    }
    .highlight .highlight-image #ball-2{
        width: 38px;
        height: 38px;
        right: 4.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .highlight{
        padding: 9rem 7% 5.5rem 7%;
    }
    .highlight .highlight-content{
        padding: 1.7rem;
    }
    .highlight .highlight-content p{
        font-size: calc(0.5rem + 0.5vw);
        gap: 0.8rem;
    }
    .highlight .highlight-content i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: -3px;
    }
    .highlight .highlight-image .highlight-circle{
        width: 130px;
        height: 130px;
        bottom: -2rem;
        left: 5rem;
    }
    .highlight .highlight-image .highlight-circle span{
        font-size: calc(0.55rem + 0.5vw);
    }
    .highlight .highlight-image .highlight-circle span:nth-child(2){
        font-size: calc(1.2em + 0.5vw);
    }
    .highlight .highlight-image #ball-1{
        width: 64px;
        height: 64px;
        top: 3rem;
    }
    .highlight .highlight-image #ball-2{
        width: 35px;
        height: 35px;
        right: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .highlight{
        padding: 6.5rem 1rem 5rem 1rem;
    }
    .highlight .highlight-content{
        width: 100%;
        padding: 1.2rem 1rem 0.4rem 1rem;
    }
    .highlight .highlight-content p{
        font-size: calc(0.8rem + 0.5vw);
        gap: 0.5rem;
    }
    .highlight .highlight-content i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: 0;
    }
    .highlight .highlight-image{
        width: 100%;
        margin-top: 4rem;
    }
    .highlight .highlight-image .highlight-circle{
        width: 105px;
        height: 105px;
        bottom: -2rem;
        left: 2rem;
    }
    .highlight .highlight-image .highlight-circle span{
        font-size: calc(0.6rem + 0.5vw);
    }
    .highlight .highlight-image .highlight-circle span:nth-child(2){
        font-size: calc(1.1rem + 0.5vw);
    }
    .highlight .highlight-image #ball-1{
        width: 45px;
        height: 45px;
        top: 2rem;
    }
    .highlight .highlight-image #ball-2{
        width: 25px;
        height: 25px;
        right: 2rem;
    }
}
/* Highlight End */

/* Expect Start */
.expect{
    padding: 6rem 7% 5rem 7%;
    background-image: url('../images/what-you-can-expect-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.expect h2{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #1d4a8aca;
    width: max-content;
    text-align: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}
.expect .layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.807);
}
.expect .expect-content{
    margin-top: 5rem;
    position: relative;
    border-radius: 10px;
}
.expect .expect-content p{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #000;
    display: flex;
    gap: 1rem;
}
.expect .expect-content p i{
    font-size: calc(1.5rem + 0.5vw);
    color: #f74b56;
    margin-top: -3px;
}

.expect .expect-content #what-gain-head{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #1d4a8aca;
    width: max-content;
    text-align: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin: 4.5rem 0 4.3rem 0;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .expect{
        padding: 5.5rem 7% 4.5rem 7%;
    }
    .expect h2{
        font-size: calc(1.8rem + 0.5vw);
        padding: 0.9rem 1.3rem;
    }
    .expect .expect-content{
        margin-top: 4.5rem;
    }
    .expect .expect-content p{
        font-size: calc(0.55rem + 0.5vw);
        gap: 0.9rem;
    }
    .expect .expect-content p i{
        font-size: calc(1.4rem + 0.5vw);
        margin-top: -2.5px;
    }

    .expect .expect-content #what-gain-head{
        font-size: calc(1.8rem + 0.5vw);
        padding: 0.9rem 1.3rem;
        margin: 4rem 0 3.8rem 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .expect{
        padding: 5rem 7% 4rem 7%;
    }
    .expect h2{
        font-size: calc(1.6rem + 0.5vw);
        padding: 0.8rem 1.2rem;
    }
    .expect .expect-content{
        margin-top: 4rem;
    }
    .expect .expect-content p{
        font-size: calc(0.5rem + 0.5vw);
        gap: 0.8rem;
    }
    .expect .expect-content p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: -3px;
    }

    .expect .expect-content #what-gain-head{
        font-size: calc(1.6rem + 0.5vw);
        padding: 0.8rem 1.2rem;
        margin: 4rem 0 3.5rem 0;
    }
}

@media screen and (max-width: 767px) {
    .expect{
        padding: 2rem 1rem 1.5rem 1rem;
    }
    .expect h2{
        font-size: calc(1.2rem + 0.5vw);
        padding: 0.6rem 0.9rem;
        border-radius: 6px;
    }
    .expect .expect-content{
        margin-top: 2rem;
    }
    .expect .expect-content p{
        font-size: calc(0.8rem + 0.5vw);
        gap: 0.5rem;
    }
    .expect .expect-content p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: 0;
    }

    .expect .expect-content #what-gain-head{
        font-size: calc(1.2rem + 0.5vw);
        padding: 0.6rem 0.9rem;
        border-radius: 6px;
        margin: 2.5rem 0 2rem 0;
    }
}
/* Expect End */

/* Text Slider Start */
.text-slider{
    background-color: #c01a24;
    padding: 0.8rem 0;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3rem;
}
.text-slider .scroll{
    position: relative;
    display: flex;
    overflow: hidden;
}
.text-slider .scroll-content{
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}
.text-slider .scroll-content span{
    font-size: calc(0.5rem + 0.5vw);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    word-spacing: 8px;
    letter-spacing: 4px;
    padding-right: 5rem;
}
@keyframes scroll-left{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .text-slider{
        padding: 0.7rem 0;
        margin-bottom: 2.5rem;
    }
    .text-slider .scroll-content span{
        font-size: calc(0.48rem + 0.5vw);
        word-spacing: 7px;
        letter-spacing: 3px;
        padding-right: 4.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .text-slider{
        padding: 0.7rem 0;
        margin-bottom: 2.5rem;
    }
    .text-slider .scroll-content span{
        font-size: calc(0.43rem + 0.5vw);
        word-spacing: 6px;
        letter-spacing: 2.5px;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .text-slider{
        padding: 0.65rem 0;
        margin-bottom: 1.7rem;
    }
    .text-slider .scroll-content span{
        font-size: calc(0.7rem + 0.5vw);
        word-spacing: 5px;
        letter-spacing: 2.5px;
        padding-right: 3rem;
    }
}
/* Text Slider End */

/* Assistance Start */
.assistance{
    padding: 2rem 0 3rem 0;
}
.assistance h2{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    text-align: center;
    color: #1d4a8a;
    margin-bottom: 3rem;
}
.assistance-top,
.assistance-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.assistance-top .box,
.assistance-bottom .box{
    width: 50%;
    overflow: hidden;
    padding: 2rem 0;
}
.assistance-top .box img,
.assistance-bottom .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.assistance-top{
    background-color: #11376d;
}
.assistance-bottom{
    background-color: #c01a25;
}
.assistance-top img{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.assistance-bottom img{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.assistance-top .content-box{
    padding: 5rem 2rem 4rem 7%;
}
.assistance-bottom .content-box{
    padding: 6rem 7% 4rem 5rem;
    display: flex;
    justify-content: space-between;
}
.assistance-bottom .content-box .bottom-content-left{
    width: 50%;
}
.assistance-bottom .content-box .bottom-content-right{
    width: 45%;
}
.assistance .content-box p{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: 1rem;
}
.assistance .content-box p i{
    font-size: calc(1.5rem + 0.5vw);
    color: #f74b56;
    margin-top: -3px;
}
.assistance-bottom .content-box p i{
    color: #649df8;
}

.assistance-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 7%;
}
.assistance-center h3{
    font-size: calc(1.2rem + 0.5vw);
    font-weight: 700;
    text-align: center;
    color: #1d4a8a;
    margin-bottom: 1rem;
}
.assistance-center p{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-top: 0.5rem;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .assistance{
        padding: 1.5rem 0 2.5rem 0;
    }
    .assistance h2{
        font-size: calc(1.8rem + 0.5vw);
        margin-bottom: 2.8rem;
    }
    .assistance-top .box,
    .assistance-bottom .box{
        padding: 1.8rem 0;
    }
    .assistance-top img{
        border-top-left-radius: 37px;
        border-bottom-left-radius: 37px;
    }
    .assistance-bottom img{
        border-top-right-radius: 37px;
        border-bottom-right-radius: 37px;
    }
    .assistance-top .content-box{
        padding: 4.5rem 1.5rem 3.5rem 7%;
    }
    .assistance-bottom .content-box{
        padding: 5.5rem 7% 3.5rem 4.5rem;
    }
    .assistance .content-box p{
        font-size: calc(0.55rem + 0.5vw);
        gap: 0.9rem;
    }
    .assistance .content-box p i{
        font-size: calc(1.4rem + 0.5vw);
        margin-top: -2.5px;
    }

    .assistance-center{
        padding: 2.7rem 7%;
    }
    .assistance-center h3{
        font-size: calc(1rem + 0.5vw);
        margin-bottom: 0.9rem;
    }
    .assistance-center p{
        font-size: calc(0.55rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .assistance{
        padding: 1rem 0 2rem 0;
    }
    .assistance h2{
        font-size: calc(1.6rem + 0.5vw);
        margin-bottom: 2.6rem;
    }
    .assistance-top .box,
    .assistance-bottom .box{
        padding: 1.6rem 0;
    }
    .assistance-top img{
        border-top-left-radius: 34px;
        border-bottom-left-radius: 34px;
    }
    .assistance-bottom img{
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
    }
    .assistance-top .content-box{
        padding: 4rem 1rem 3rem 7%;
    }
    .assistance-bottom .content-box{
        padding: 5rem 7% 3rem 4rem;
    }
    .assistance .content-box p{
        font-size: calc(0.5rem + 0.5vw);
        gap: 0.8rem;
    }
    .assistance .content-box p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: -3px;
    }

    .assistance-center{
        padding: 2.5rem 7%;
    }
    .assistance-center h3{
        font-size: calc(0.85rem + 0.5vw);
        margin-bottom: 0.8rem;
    }
    .assistance-center p{
        font-size: calc(0.5rem + 0.5vw);
    }
}

@media screen and (max-width: 767px) {
    .assistance{
        padding: 0 0 1.5rem 0;
    }
    .assistance h2{
        font-size: calc(1.3rem + 0.5vw);
        margin-bottom: 1.8rem;
    }
    .assistance-top .box,
    .assistance-bottom .box{
        width: 100%;
        padding: 1rem 0;
    }
    .assistance-top img{
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-left: 1rem;
    }
    .assistance-bottom img{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-left: -1rem;
    }
    .assistance-top .content-box{
        padding: 2rem 1rem 0 1rem;
    }
    .assistance-bottom .content-box{
        padding: 1rem 1rem 1rem 1rem;
        flex-wrap: wrap;
    }
    .assistance-bottom .content-box .bottom-content-left{
        width: 100%;
    }
    .assistance-bottom .content-box .bottom-content-right{
        width: 100%;
    }
    .assistance .content-box p{
        font-size: calc(0.8rem + 0.5vw);
        gap: 0.5rem;
    }
    .assistance .content-box p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: 0;
    }

    .assistance-center{
        padding: 2rem 1rem;
    }
    .assistance-center h3{
        font-size: calc(1.2rem + 0.5vw);
        margin-bottom: 0.7rem;
    }
    .assistance-center p{
        font-size: calc(0.8rem + 0.5vw);
        margin-top: 0.4rem;
    }
}
/* Assistance End */

/* Courses We Offer Start */
.courses-we-offer{
    padding: 2rem 0 1rem 0;
}
.courses-we-offer h2{
    font-size: calc(2rem + 0.5vw);
    font-weight: 700;
    text-align: center;
    color: #1d4a8a;
    margin-bottom: 3rem;
}
.courses-we-offer .courses-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #11376d;
}
.courses-we-offer .courses-row.reverse{
    background-color: #c01a24;
}
.courses-we-offer .courses-row .box{
    width: 50%;
    overflow: hidden;
    padding: 2rem 0;
}
.courses-we-offer .courses-row .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.courses-we-offer .courses-row.reverse .box img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    
}
.courses-we-offer .courses-row .content{
    padding: 4rem 2rem 3rem 7%;
}
.courses-we-offer .courses-row.reverse .content{
    padding: 4rem 7% 3rem 5rem;
}
.courses-we-offer .courses-row .content span{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #fff;
    background-color: #f74b56;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    width: max-content;
}
.courses-we-offer .courses-row.reverse .content span{
    background-color: #051d3e;
}
.courses-we-offer .courses-row .content span:nth-child(1){
    margin-top: 0;
}
.courses-we-offer .courses-row .content span.blue-bg{
    background-color: #051d3e;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}
.courses-we-offer .courses-row.reverse .content span.blue-bg{
    background-color: #620007;
}
.courses-we-offer .courses-row .content span.mb-custom{
    margin-bottom: 1.7rem;
}
.courses-we-offer .courses-row .content p{
    font-size: calc(0.6rem + 0.5vw);
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: 1rem;
}
.courses-we-offer .courses-row .content p i{
    font-size: calc(1.5rem + 0.5vw);
    color: #f74b56;
    margin-top: -3px;
}
.courses-we-offer .courses-row.reverse .content p i{
    color: #649df8;
}


.courses-we-offer .courses-row .content .fifty-fifty-container{
    display: flex;
    justify-content: space-between;
}
.courses-we-offer .courses-row .content .fifty-fifty-container .fifty-fifty-box{
    width: 48%;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .courses-we-offer{
        padding: 1.5rem 0 0.9rem 0;
    }
    .courses-we-offer h2{
        font-size: calc(1.8rem + 0.5vw);
        margin-bottom: 2.8rem;
    }
    .courses-we-offer .courses-row .box{
        padding: 1.8rem 0;
    }
    .courses-we-offer .courses-row .box img{
        border-top-left-radius: 37px;
        border-bottom-left-radius: 37px;
    }
    .courses-we-offer .courses-row.reverse .box img{
        border-top-right-radius: 37px;
        border-bottom-right-radius: 37px;
        
    }
    .courses-we-offer .courses-row .content{
        padding: 3.5rem 1.5rem 2.5rem 7%;
    }
    .courses-we-offer .courses-row.reverse .content{
        padding: 3.5rem 7% 2.5rem 4.5rem;
    }
    .courses-we-offer .courses-row .content span{
        font-size: calc(0.55rem + 0.5vw);
        padding: 0.45rem 1.4rem;
        margin-top: 2.3rem;
        margin-bottom: 1.8rem;
    }
    .courses-we-offer .courses-row .content span.blue-bg{
        margin-top: 0.9rem;
        margin-bottom: 1.1rem;
    }
    .courses-we-offer .courses-row .content span.mb-custom{
        margin-bottom: 1.6rem;
    }
    .courses-we-offer .courses-row .content p{
        font-size: calc(0.55rem + 0.5vw);
        gap: 0.9rem;
    }
    .courses-we-offer .courses-row .content p i{
        font-size: calc(1.4rem + 0.5vw);
        margin-top: -2.5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .courses-we-offer{
        padding: 1rem 0 0.8rem 0;
    }
    .courses-we-offer h2{
        font-size: calc(1.6rem + 0.5vw);
        margin-bottom: 2.5rem;
    }
    .courses-we-offer .courses-row .box{
        padding: 1.6rem 0;
    }
    .courses-we-offer .courses-row .box img{
        border-top-left-radius: 34px;
        border-bottom-left-radius: 34px;
    }
    .courses-we-offer .courses-row.reverse .box img{
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
        
    }
    .courses-we-offer .courses-row .content{
        padding: 3rem 1.5rem 2rem 7%;
    }
    .courses-we-offer .courses-row.reverse .content{
        padding: 3rem 7% 2.5rem 4rem;
    }
    .courses-we-offer .courses-row .content span{
        font-size: calc(0.5rem + 0.5vw);
        padding: 0.4rem 1.3rem;
        margin-top: 2.1rem;
        margin-bottom: 1.6rem;
    }
    .courses-we-offer .courses-row .content span.blue-bg{
        margin-top: 0.8rem;
        margin-bottom: 1rem;
    }
    .courses-we-offer .courses-row .content span.mb-custom{
        margin-bottom: 1.5rem;
    }
    .courses-we-offer .courses-row .content p{
        font-size: calc(0.5rem + 0.5vw);
        gap: 0.8rem;
    }
    .courses-we-offer .courses-row .content p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: -3px;
    }
}

@media screen and (max-width: 767px) {
    .courses-we-offer{
        padding: 0.5rem 0 0.3rem 0;
    }
    .courses-we-offer h2{
        font-size: calc(1.4rem + 0.5vw);
        margin-bottom: 2rem;
    }
    .courses-we-offer .courses-row .box{
        width: 100%;
        padding: 1rem 0;
    }
    .courses-we-offer .courses-row .box img{
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-left: 1rem;
    }
    .courses-we-offer .courses-row.reverse{
        flex-direction: column-reverse;
    }
    .courses-we-offer .courses-row.reverse .box img{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-left: -1rem;
    }
    .courses-we-offer .courses-row .content{
        padding: 2rem 1rem 0.5rem 1rem;
    }
    .courses-we-offer .courses-row.reverse .content{
        padding: 2rem 1rem 0.5rem 1rem;
    }
    .courses-we-offer .courses-row .content span{
        font-size: calc(0.8rem + 0.5vw);
        padding: 0.4rem 0.7rem;
        margin-top: 2.3rem;
        margin-bottom: 1.8rem;
        max-width: 100%;
    }
    .courses-we-offer .courses-row .content span br{
        display: none;
    }
    /* .courses-we-offer .courses-row .content span.blue-bg{
        margin-top: 1rem;
        margin-bottom: 1.2rem;
    } */
    .courses-we-offer .courses-row .content span.mb-custom{
        margin-bottom: 1rem;
    }
    .courses-we-offer .courses-row .content p{
        font-size: calc(0.8rem + 0.5vw);
        gap: 0.5rem;
    }
    .courses-we-offer .courses-row .content p i{
        font-size: calc(1.3rem + 0.5vw);
        margin-top: 0;
    }


    .courses-we-offer .courses-row .content .fifty-fifty-container{
        flex-wrap: wrap;
    }
    .courses-we-offer .courses-row .content .fifty-fifty-container .fifty-fifty-box{
        width: 100%;
    }
}
/* Courses We Offer End */

/* Footer Start */
footer{
    margin-top: 0.5rem;
}
/* Footer End */