/* banner section */
.our-difference-banner-section {
    background-color: #ea7024;
}

.our-difference-banner-section .image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.our-difference-banner-section .image-content-wrapper .content-block,
.our-difference-banner-section .image-content-wrapper .image-block {
    flex: 0 0 50%;
    max-width: 50%;
}

.our-difference-banner-section .image-content-wrapper .image-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.our-difference-banner-section .image-content-wrapper .content-block .content-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 35px 50px;
    max-width: 720px;
    margin-left: auto;
}

.our-difference-banner-section h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0;
}

.our-difference-banner-section p {
    color: #FFF;
    font-size: 19px;
    margin: 0;
}

/* welcome sie section */
.welcome-sie-section {
    padding: 0;
    background-color: #FFF;
    position: relative;
}

.new-our-difference-page .container {
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 15px;
}

.welcome-sie-section .title-wrapper {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    top: 15px;
}

.welcome-sie-section .title-wrapper p {
    font-size: 40px;
    color: #0066cc;
    margin: 0;
    line-height: 1.25;
}

.welcome-sie-section .title-wrapper h2 {
    font-size: 44px;
    margin: 0;
    font-weight: 700;
}

.welcome-sie-section .title-wrapper h2 span{
    display: block;
}

.welcome-sie-section .image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}
.welcome-sie-section .image-content-wrapper .content-block {
    align-content: center !important
}
/* 08-04-2025 */
.welcome-sie-section .image-content-wrapper .image-block {
    flex: 0 0 587px;
    max-width: 587px;
    margin-top: -30px;
}
/*  */

.welcome-sie-section .image-content-wrapper .image-block img {
    width: auto;
    vertical-align: bottom;
}

.welcome-sie-section .image-content-wrapper .content-block {
    flex: 0 0 calc(100% - 587px);
    max-width: calc(100% - 587px);
}

.welcome-sie-section .image-content-wrapper .content-block .content-inner {
    text-align: center;
    max-width: 741px;
    margin-left: auto;
    padding: 0 0 30px;
}

.new-our-difference-page .quote-text {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 30px 0 0;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.new-our-difference-page .quote-text::before,
.new-our-difference-page .quote-text::after {
    position: absolute;
    content: "";
    background-image: url(../images/quote-mark.png);
    width: 80px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: 80px 66px;
    z-index: -1;
}

.new-our-difference-page .quote-text::before {
    top: 0;
    left: 0;
}

.new-our-difference-page .quote-text::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.welcome-sie-section .image-content-wrapper .content-block p.subtext {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}

.welcome-sie-section .image-content-wrapper .content-block p.subtext span {
    color: #0066cc;
}

.welcome-sie-section .image-content-wrapper .content-block span.bold-text {
    margin: 0;
    display: block;
    font-size: 20px;
}

/* why people choose  */
.why-choose-us-section {
    background-color: #FFF;
    padding: 40px 0;
}
.new-our-difference-page h2.orange-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 35px;
}

.new-our-difference-page h2.orange-title span {
    font-weight: 400;
    color: #ea7024;
}

.why-choose-us-section .image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-us-section .image-content-wrapper .content-wrapper {
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 103px;
}

.why-choose-us-section .image-content-wrapper .content-wrapper p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.why-choose-us-section .image-content-wrapper .content-wrapper p:last-child {
    margin-bottom: 0;
}

.why-choose-us-section .image-content-wrapper .image-wrapper {
    flex: 0 0 45%;
    max-width: 45%;
}

.why-choose-us-section .image-content-wrapper .image-wrapper img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 35px 40px -24px rgb(0 0 0);
}

/* learning-action-section */
.learning-action-section {
    padding: 40px 0 70px;
    background-color: #FFF;
    overflow: hidden;
}

.learning-action-section .title-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.learning-action-section .title-wrapper p {
    font-size: 62px;
    color: #0066cc;
    margin: 0;
    line-height: 1.25;
}

.learning-action-section .title-wrapper h2 {
    font-size: 44px;
    margin: 0;
    font-weight: 700;
}

.learning-action-section .learning-action-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -60px;
}

.learning-action-section .learning-action-wrapper .learning-action-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px 60px;
}

.learning-action-section .learning-action-wrapper .learning-action-item .learning-action-item-inner {
    position: relative;
    padding-bottom: 122.1%;
    box-shadow: 0px 28px 22px -15px rgb(17 17 17 / 71%);
}

.learning-action-section .learning-action-wrapper .learning-action-item .learning-action-item-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* see the difference section */
.see-the-difference-section {
    position: relative;
    padding: 40px 0;
}

.see-the-difference-section>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
}

.see-the-difference-section .title-wrapper {
    margin-bottom: 50px;
    text-align: center;
}

.see-the-difference-section .title-wrapper p {
    color: #FFF;
    font-size: 46px;
    margin: 0;
    line-height: 1.21;
    font-weight: 500;
}

.see-the-difference-section .title-wrapper h2 {
    font-weight: 700;
    font-size: 58px;
}

.see-the-difference-section .btn-wrapper {
    text-align: center;
}

.see-the-difference-section .btn-wrapper .orange-btn {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background-color: #ea7024;
    padding: 0 25px;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0 5px 27px rgb(0, 0, 0, 0.7);
    transition: all 0.5s;
}

.see-the-difference-section .btn-wrapper .orange-btn:hover {
    background-color: #d36520;
}

/* slider section */
.tutor-spotlight-section {
    background-color: #c3cdd5;
    padding: 0 0 40px;
}

.tutor-spotlight-section h2.orange-title{
    margin: 0 0 30px;
    margin-top: 0;
    position: relative;
    top: -22px;
}

.tutor-spotlight-section .slider-image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tutor-spotlight-section .slider-image-content-wrapper .content-block {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 50px;
}

.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap {
    max-width: 769px;
}
.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap ul li{
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap ul li:not(:last-child){
    margin-bottom: 5px;
}
.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap ul li::before{
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #212121;
}

.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap p.quote-text {
    padding-bottom: 0;
}

.tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap p:not(.quote-text) {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.tutor-spotlight-section .content-block .title-wrapper {
    margin-bottom: 35px;
}

.tutor-spotlight-section .content-block .title-wrapper .blue-text {
    font-size: 26px;
    color: #0066cc;
    margin: 0;
}

.tutor-spotlight-section .content-block .title-wrapper h3 {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.tutor-spotlight-section .content-block .title-wrapper span {
    display: block;
    color: #000;
    font-size: 18px;
}

.tutor-spotlight-section .slider-image-content-wrapper .image-block {
    flex: 0 0 30%;
    max-width: 30%;
}

.tutor-spotlight-section .slider-image-content-wrapper .image-block img {
    width: auto;
    height: auto;
    object-fit: unset;
}

.tutor-spotlight-section .slider-image-content-wrapper .iframe-wrapper{
    position: relative;
    padding-bottom: 75.5%;

}
.tutor-spotlight-section .slider-image-content-wrapper .iframe-wrapper iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* slider arrow css */
.tutor-spotlight-section .tutor-spotlight-slider-main{
    overflow: hidden;
    padding-bottom: 80px;
}
.tutor-spotlight-section .tutor-spotlight-slider-main .slick-list{margin:0 -15px;}
.tutor-spotlight-section .tutor-spotlight-slider-main .tutor-spotlight-slider-item{
    padding:0 15px;
    height: auto;
}
.new-our-difference-page .tutor-spotlight-section .slide-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: -0;
    width: 50px;
    height: 50px;
    border: none;
    background-color:#70767A;
    cursor: pointer;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
}

.new-our-difference-page .tutor-spotlight-section .left-arrow {
    left: calc(50% - 60px);
}
.new-our-difference-page .tutor-spotlight-section .right-arrow::before,
.new-our-difference-page .tutor-spotlight-section .left-arrow::before{
    background-image: url(../images/slider-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.new-our-difference-page .tutor-spotlight-section .right-arrow {
    right: calc(50% - 60px);
    transform: rotate(180deg);
}

.new-our-difference-page .tutor-spotlight-section .slick-disabled {
    opacity: 30%;
    pointer-events: none;
}

/* fo school parents section */
.for-parents-school-section{
    padding: 40px 0;
    background-color: #FFF;
}
.for-parents-school-section .two-column-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.for-parents-school-section .two-column-wrapper .two-column-item{
    flex: 0 0 50%;
    max-width: 50%;
}
.for-parents-school-section .left-block{
    padding-right: 30px;
}
.for-parents-school-section .left-block .parents-school-info{
    max-width: 490px;
    margin-bottom: 20px;
}
.for-parents-school-section .left-block .parents-school-info:last-child{
    margin-bottom: 0;
}
.for-parents-school-section .left-block .parents-school-info p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.for-parents-school-section .left-block .parents-school-info .title-block{
    padding-bottom: 20px;
    overflow: hidden;
}
.for-parents-school-section .left-block .parents-school-info .title-block h3{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding: 8px 40px 8px 10px;
    max-width: 75%;
    margin-bottom: 0;
    z-index: 1;
    text-transform: capitalize;
}
.for-parents-school-section .left-block .parents-school-info .title-block h3::before{
    position: absolute;
    content: '';
    left: -12%;
    top: 0;
    height: 100%;
    width: 110%;
    background-color: #ea7024;
    border-radius: 6px;
    transform: skewX(22deg);
    z-index: -1;
}
.for-parents-school-section .left-block .parents-school-info .title-block h3::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    background-image: url(../images/cta-shadow-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.for-parents-school-section .right-block .icon-content-block{
    display: flex;
    flex-wrap: wrap;
}
.for-parents-school-section .right-block .icon-content-block:not(:last-child){
    margin-bottom: 30px;
}
.for-parents-school-section .right-block .icon-content-block .icon-block{
    flex: 0 0 85px;
    max-width: 85px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.for-parents-school-section .right-block .icon-content-block:not(:last-child) .icon-block:after{
    position: absolute;
    content: '';
    left: calc(50%);
    transform: translateX(-50%);
    top: 0;
    height: calc(100% + 30px);
    border-left: 1px solid #44a9ef;
    z-index: -1;
}
.for-parents-school-section .right-block .icon-content-block .content-block{
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 20px;
}
.for-parents-school-section .right-block .icon-content-block .content-block .title{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 7px;
}
.for-parents-school-section .right-block .icon-content-block .content-block p:not(.title){
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.for-parents-school-section .right-block .icon-content-block .content-block .title span{
    color: #0066cc;
}
/* 08-04-2025 */
.story-behind-approch-section{
    padding: 40px 0;
    background-color: #c3cdd5;
}
.story-behind-approch-section .title-wrapper{
    text-align: center;
    margin-bottom: 30px;
}
.story-behind-approch-section .title-wrapper p{
    font-size: 62px;
    color: #ea7024;
    line-height: 1.25;
    margin-bottom: 0;
}
.story-behind-approch-section .title-wrapper h2{
    font-size: 60px;
    font-weight: 700;
    color: #212121;
    margin: 0;
}
.story-behind-approch-section p{
    font-size: 16px;
    color: #212121;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 500;
}
.story-behind-approch-section p:last-child{
    margin-bottom: 0;
}
.why-choose-us-section.has-grey-bg{
    background-color: #c3cdd5;
}
.why-choose-us-section.online-tutoring-section h2 span{
    font-weight: 700;
}
.why-choose-us-section.online-tutoring-section .image-content-wrapper .image-wrapper img{
    box-shadow: none;
}

/* media */
@media(max-width:1366px){
    .our-difference-banner-section h1{
        font-size: 54px;
        line-height: 1.35;
        margin-bottom: 5px;
    }
    .our-difference-banner-section p{
        font-size: 18px;
    }
    .learning-action-section .learning-action-wrapper{
        margin: 0 -20px -40px;
    }
    .learning-action-section .learning-action-wrapper .learning-action-item{
        padding: 0 20px 40px;
    }
    /* 08-04-2025 */
    .welcome-sie-section .image-content-wrapper .image-block{
        margin-top: -25px;
    }
}
@media(max-width:1199px){
    .our-difference-banner-section h1{
        font-size: 50px;
    }
    .our-difference-banner-section p{
        font-size: 16px;
    }
    .our-difference-banner-section .image-content-wrapper .content-block .content-inner{
        padding: 30px 50px 30px 25px;
    }
    /* welcome */
    .welcome-sie-section .image-content-wrapper .image-block{
        flex: 0 0 457px;
        max-width: 457px;
    }
    .welcome-sie-section .image-content-wrapper .content-block{
        flex: 0 0 calc(100% - 457px);
        max-width: calc(100% - 457px);
    }
    .welcome-sie-section .title-wrapper p{
        font-size: 36px;
    }
    .welcome-sie-section .title-wrapper h2{
        font-size: 38px;
    }
    /*  */
    .new-our-difference-page h2.orange-title{
        font-size: 38px;
        margin-bottom: 30px;
    }
    .why-choose-us-section .image-content-wrapper .content-wrapper p{
        margin-bottom: 20px;
    }
    .why-choose-us-section .image-content-wrapper .content-wrapper{
        padding-right: 70px;
    }
    /*  */
    .learning-action-section .title-wrapper p{
        font-size: 54px;
    }
    .learning-action-section .title-wrapper h2{
        font-size: 38px;
    }
    .learning-action-section .learning-action-wrapper{
        margin: 0 -15px -30px;
    }
    .learning-action-section .learning-action-wrapper .learning-action-item{
        padding: 0 15px 30px;
    }
    .learning-action-section .title-wrapper{
        margin-bottom: 30px;
    }
    /*  */
    .tutor-spotlight-section .content-block .title-wrapper .blue-text{
        font-size: 24px;
    }
    .tutor-spotlight-section .content-block .title-wrapper h3{
        font-size: 30px
    }
    .tutor-spotlight-section .slider-image-content-wrapper .content-block{
        padding-right: 30px;
    }
    .tutor-spotlight-section h2.orange-title{
        top: -20px;
    }
    .tutor-spotlight-section .content-block .title-wrapper{
        margin-bottom: 30px;
    }
    /*  */
    .see-the-difference-section .title-wrapper p{
        line-height: 1.25;
        font-size: 40px;
    }
    .see-the-difference-section .title-wrapper h2{
        font-size: 50px;
    }
    .learning-action-section{
        padding: 40px 0;
    }
    .welcome-sie-section .title-wrapper{
        margin-bottom: 30px;
    }
    /*  */
    .for-parents-school-section .left-block .parents-school-info .title-block h3{
        font-size: 20px;
    }
    .for-parents-school-section .right-block .icon-content-block .icon-block{
        flex: 0 0 70px;
        max-width: 70px;
    }
    .for-parents-school-section .right-block .icon-content-block .content-block{
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        padding-left: 15px;
    }
    .for-parents-school-section .right-block .icon-content-block .content-block .title{
        line-height: 1.25;
        font-size: 20px;
    }
    /* 08-04-2025 */
    .story-behind-approch-section p{
        margin-bottom: 20px;
    }
    .story-behind-approch-section .title-wrapper p{
        font-size: 54px;
    }
    .story-behind-approch-section .title-wrapper h2{
        font-size: 52px;
    }
}
@media(max-width:991px){
    .our-difference-banner-section .image-content-wrapper .content-block, 
    .our-difference-banner-section .image-content-wrapper .image-block{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-difference-banner-section .image-content-wrapper .image-block{
        order: 1;
    }
    .our-difference-banner-section .image-content-wrapper .content-block{
        order: 2;
    }
    .our-difference-banner-section .image-content-wrapper .content-block .content-inner{
        max-width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
    .new-our-difference-page .quote-text::before, .new-our-difference-page .quote-text::after{
        width: 60px;
        height: 50px;
        background-size: 60px 50px;
    }
    .new-our-difference-page .quote-text{
        padding: 20px 0 0;
    }
     /* welcome */
     .welcome-sie-section .image-content-wrapper .image-block{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        text-align: center;
        order: 2;
    }
    .welcome-sie-section .image-content-wrapper .content-block{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    .welcome-sie-section .image-content-wrapper .content-block .content-inner{
        padding: 30px 0;
        max-width: 100%;
    }
    .welcome-sie-section .title-wrapper{
        top: 0;
        margin-bottom: 25px;
    }
    .welcome-sie-section .image-content-wrapper .content-block p.subtext{
        font-size: 20px;
    }
    .welcome-sie-section .image-content-wrapper .content-block span.bold-text{
        font-size: 18px;
    }
    
    /*  */
    .why-choose-us-section .image-content-wrapper .content-wrapper{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        order: 2;
    }
    .why-choose-us-section .image-content-wrapper .image-wrapper{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    /*  */
    .learning-action-section .learning-action-wrapper .learning-action-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*  */
    .tutor-spotlight-section .slider-image-content-wrapper .image-block{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .tutor-spotlight-section .slider-image-content-wrapper .content-block{
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        padding-right: 0;
    }
    .tutor-spotlight-section .slider-image-content-wrapper .image-block img{
        max-width: 350px;
        margin: 0 auto;
    }
    .tutor-spotlight-section .slider-image-content-wrapper .content-block .content-wrap{
        max-width: 100%;
    }
    .new-our-difference-page .tutor-spotlight-section .right-arrow::before, .new-our-difference-page .tutor-spotlight-section .left-arrow::before{
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .new-our-difference-page .tutor-spotlight-section .slide-arrow{
        width: 40px;
        height: 40px;
    }
    .new-our-difference-page .tutor-spotlight-section .left-arrow{
        left: calc(50% - 45px);
    }
    .new-our-difference-page .tutor-spotlight-section .right-arrow{
        right: calc(50% - 45px);
    }
    .tutor-spotlight-section .tutor-spotlight-slider-main{
        padding-bottom: 70px;
    }
    /*  */
    .see-the-difference-section .title-wrapper p{
        font-size: 36px;
    }
    .see-the-difference-section .title-wrapper h2{
        font-size: 46px;
    }
    .see-the-difference-section .title-wrapper{
        margin-bottom: 40px;
    }
    .see-the-difference-section .btn-wrapper .orange-btn{
        font-size: 26px;
    }
    /*  */
    .for-parents-school-section .left-block .parents-school-info .title-block h3::after{
        height: 24px;
    }

   /* 08-04-2025 */
    .story-behind-approch-section .title-wrapper p{
        font-size: 46px;
    }
    .story-behind-approch-section .title-wrapper h2 {
        font-size: 44px;
    }
}
@media(max-width:767px){
    .see-the-difference-section,
    .why-choose-us-section{
        padding: 30px 0;
    }
    .for-parents-school-section,
    .learning-action-section{
        padding: 30px 0 40px;
    }
    /*  */
    .our-difference-banner-section h1{
        font-size: 42px;
    }
    .why-choose-us-section .image-content-wrapper .content-wrapper p{
        margin-bottom: 15px;
    }
    .new-our-difference-page h2.orange-title{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .welcome-sie-section .title-wrapper p{
        font-size: 30px;
    }
    .welcome-sie-section .title-wrapper h2{
        font-size: 32px;
    }
    .learning-action-section .title-wrapper p{
        font-size: 46px;
    }
    .learning-action-section .title-wrapper h2{
        font-size: 32px;
    }
    .learning-action-section .title-wrapper{
        margin-bottom: 25px;
    }
    .tutor-spotlight-section .content-block .title-wrapper{
        margin-bottom: 25px;
    }
    .tutor-spotlight-section .content-block .title-wrapper .blue-text{
        font-size: 22px;
    }
    .tutor-spotlight-section .content-block .title-wrapper h3{
        font-size: 26px;
    }
    .tutor-spotlight-section .content-block .title-wrapper span{
        font-size: 16px;
    }
    .see-the-difference-section .title-wrapper h2 {
        font-size: 38px;
    }
    .see-the-difference-section .title-wrapper p {
        font-size: 30px;
    }
    .see-the-difference-section .btn-wrapper .orange-btn {
        font-size: 22px;
    }
    .see-the-difference-section .title-wrapper {
        margin-bottom: 30px;
    }
    .tutor-spotlight-section h2.orange-title {
        top: -16px;
    }
    /*  */
    .for-parents-school-section .two-column-wrapper .two-column-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .for-parents-school-section .left-block {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .for-parents-school-section .left-block .parents-school-info{
        max-width: 100%;
    }
    .for-parents-school-section .left-block .parents-school-info .title-block h3::after {
        height: 32px;
    }
    /* 08-04-2025 */
    .story-behind-approch-section p{
        margin-bottom: 15px;
    }
    .story-behind-approch-section{
        padding: 30px 0;
    }
    .story-behind-approch-section .title-wrapper p{
        font-size: 36px;
    }
    .story-behind-approch-section .title-wrapper h2 {
        font-size: 34px;
    }
}
@media(max-width:576px){
    .learning-action-section .learning-action-wrapper{
        margin: 0 0 -20px;
    }
    .learning-action-section .learning-action-wrapper .learning-action-item{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 20px;
    }
    .learning-action-section .learning-action-wrapper .learning-action-item .learning-action-item-inner{
        padding-bottom: 100%;
    }
    .learning-action-section .learning-action-wrapper .learning-action-item .learning-action-item-inner img{
        object-position: top;
    }
    .see-the-difference-section .title-wrapper p {
        font-size: 26px;
    }
    .see-the-difference-section .title-wrapper h2 {
        font-size: 34px;
    }
    .learning-action-section .title-wrapper p{
        font-size: 38px;
    }
    .welcome-sie-section .image-content-wrapper .content-block span.bold-text{
        font-size: 16px;
    }
    /*  */
    .for-parents-school-section .left-block .parents-school-info .title-block h3::after {
        height: 26px;
    }
    .for-parents-school-section .right-block .icon-content-block .icon-block {
        flex: 0 0 65px;
        max-width: 65px;
    }
    .for-parents-school-section .right-block .icon-content-block .content-block {
        flex: 0 0 calc(100% - 65px);
        max-width: calc(100% - 65px);
    }
    /* 08-04-2025 */
    .story-behind-approch-section .title-wrapper p{
        font-size: 30px;
    }
    .story-behind-approch-section .title-wrapper h2 {
        font-size: 28px;
    }
}
@media(max-width:425px){
    .for-parents-school-section .left-block .parents-school-info .title-block h3::after {
        height: 23px;
    }
}
@media(max-width:375px){
    .for-parents-school-section .left-block .parents-school-info .title-block h3::after {
        height: 20px;
    }
}