@media screen and (max-width: 1600px) {
    .index-pages .banner-wrapper .right .cell:nth-of-type(1) {
        position: absolute;
        top: 80px;
        right: 10px;
        width: 300px;
        border-radius: 30px 30px 30px 6px;
    }
}
@media screen and (max-width: 1450px) {
    body,
    html {
        font-size: 14px;
    }
    .button-style,
    .button-box .button {
        font-size: 1.1rem;
    }
    
    .index-pages .public-banner {
        height: auto;
    }
    .index-pages .public-banner .banner-wrapper {
        padding-bottom: 100px;
    }
    .index-pages .banner-wrapper .left .text1 {
        font-size: 3.2rem;
    }
    .index-pages .public-banner .banner-wrapper .left .button {
        position: static;
        margin-top: 80px;
    }
    .public-banner .banner-wrapper .left .text2 {
        font-size: 1.2rem;
    }
    .index-pages .banner-wrapper .right {
        width: 100%;
        padding-right: 0px;
        min-width: 500px;
    }
    .index-pages .banner-wrapper .right .cell {
        padding: 20px 20px;
        /*width: 250px !important;*/
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(4) > img {
        height: auto;
        width: 50px;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(2) {
        top: 200px;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(2) span:first-of-type {
        font-size: 1.2rem;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(4) > div .title {
        font-size: 1.2rem;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(3) {
        top: 350px;
        right: 80px;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(4) {
        top: 450px;
        right: 60px;
    }
    .index-pages .banner-wrapper .left {
        margin-right: 40px;
    }
    .teacher-pages .block4 .swiper-slide {
         /* margin: 0 35px; */
    }
    .teacher-pages .block4 .swiper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .teacher-pages .block4 .text-box {
        padding: 0 20px 20px;
        border-radius: 20px;
    }
    .teacher-pages .block5 .block-main .container {
        max-width: 650px;
        height: 650px;
    }
}
@media screen and (max-width: 1200px) {
    body,
    html {
        font-size: 12px;
    }
    header {
        display: none;
        min-width: auto;
    }
    .header-h5 {
        display: flex;
    }
    .public-banner {
        height: auto;
        padding-bottom: 120px;
    }
    .public-banner .banner-wrapper {
        flex-direction: column;
        padding-top: 120px;
        align-items: center;
        text-align: center;
    }
    .public-banner .banner-wrapper .left > .button {
        position: static;
        margin: 50px auto;   
    }
    .public-banner .banner-wrapper .left .text1 {
        font-size: 3.2rem;
        margin-top: 30px;
    }
    .pages-title .text1 {
        font-size: 3.2rem;
    }
    .pages-title .text2 {
        margin-top: 20px;
    }
    .footer-form .top {
        height: 610px;
        padding-top: 80px;
    }
    .footer-form .top .text1 {
        font-size: 2.5rem;
    }
    .footer-form .top .text2 {
        margin-top: 25px;
    }
    .footer-form .bottom {
        padding: 100px 50px;
    }
    .index-pages .banner-wrapper .right {
        max-width: 700px;
        min-width: auto;
    }
    .index-pages .banner-wrapper .right > img {
        width: 90%;
    }
    .index-pages .public-banner .banner-wrapper .left .button {
        margin: 50px auto;
    }
    
    .index-pages .banner-wrapper .right .cell:nth-of-type(1) {
        top: 10%;
        right: 5%;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(2) {
        top: 50%;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(3) {
        right: 0;
        top: 40%;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(4) {
        top: 60%;
        right: 20%;
    }
    .index-pages .banner-wrapper .right .cell {
        /*width: 180px !important;*/
        text-align: left;
    }
    .index-pages .block1 .block-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 50px;
    }
    .index-pages .banner-wrapper .left {
        margin-right: 0;
    }
    .index-pages .block3 .block3-1 .img-box > img,
    .index-pages .block3 .block3-1 .img-box > video {
        border-radius: 80px;
    }
    .index-pages .block3 .block3-1 .img-box .text-box {
        height: auto;
        padding: 40px 60px;
        border-radius: 80px;
        gap: 20px;
    }
    .index-pages .block3 .block3-1 .img-box .text-box .left .text1 {
        font-size: 1.6rem;
    }
    .index-pages .block3-2 .block-main {
        background-position-y: 80px;
    }
    .index-pages .block3-2 .block-main .swiper .swiper-slide:nth-of-type(2n) .slide-wrapper {
        margin-top: 0;
    }
    .index-pages .block3-2 .block-main .slide-wrapper .img-box {
        width: 200px;
        height: 200px;
    }
    .index-pages .block3-2 .block-main .slide-wrapper .text1 {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .index-pages .block3-2 .block-main .slide-wrapper .text2 {
        font-size: 1rem;
    }
    .index-pages .block3 .block3-3 {
        margin-top: 50px;
    }
    .index-pages .block3 .block3-3 .block-main-wrapper .item {
        padding: 30px 20px;
        height: 600px;
    }
    .index-pages .block3 .block3-3 .block-main .item .img-box {
        height: 320px;
        border-radius: 30px;
    }
    .index-pages .block3 .block3-3 .block-main .item .text1 {
        font-size: 1.6rem;
        padding: 0 20px;
        margin-top: 15px;
        line-height: 1.3;
    }
    .index-pages .block3 .block3-3 .block-main .item .text2 {
        padding: 0 20px;
    }
    .index-pages .block3 .block3-3 .block-main .item .button-box {
        margin-left: 20px;
    }
    
    .courses-pages .block-main .lists .block-main-wrapper .item {
        padding: 30px 20px;
        height: 600px;
    }
    .courses-pages .block-main .lists .item .img-box {
        height: 320px;
        border-radius: 30px;
    }
    .courses-pages .block-main .lists .item .text1 {
        font-size: 1.6rem;
        padding: 0 20px;
        margin-top: 15px;
        line-height: 1.3;
    }
    .courses-pages .block-main .lists .item .text2 {
        padding: 0 20px;
    }
    .courses-pages .block-main .lists .item .button-box {
        margin-left: 20px;
    }

    .ourclass-pages .block4 .block4-1 .left {
        flex: 1;
    }
    .ourclass-pages .block2 .block-main .item .lists .cell::before {
        margin-top: 5px;
    }
    .ourclass-pages .block4 .block4-1 .left .title {
        font-size: 2.4rem;
    }
    .ourclass-pages .block4 .block4-1 .left .lists {
        margin-top: 25px;
    }
    .onlineclass-pages .block1 .block-main {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .onlineclass-pages .block2 {
        margin-top: 80px;
    }
    .onlineclass-pages .block4 .block4-1 .left .title {
        font-size: 2.4rem;
    }
    .onlineclass-pages .block4 .block4-2 {
        height: auto;
        padding: 80px 10px;
        margin-top: 70px;
        border-radius: 80px
    }
    .onlineclass-pages .block4 .block4-2 .lists {
        gap: 20px;
    }
    .onlineclass-pages .block4 .block4-2 .lists .item {
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.3);
        height: auto;
        padding: 40px 20px;
    }
    .onlineclass-pages .block4 .block4-2 .lists .item .text1 {
        margin-top: 25px;
        font-size: 1.2rem;
    }
    .onlineclass-pages .block4 .block4-2 .lists .item .img-box {
        margin-top: auto;
    }
    .onlineclass-pages .block4 .block4-3 .item {
        height: auto;
        padding: 40px 0;
        border-radius: 80px;
        gap: 30px;
    }
    .onlineclass-pages .block4 .block4-3 .item .img-box {
        margin-top: 0;
        margin-left: 60px;
        width: 100px;
        height: 100px;
    }
    .onlineclass-pages .block4 .block4-3 .item .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .onlineclass-pages .block4 .block4-3 .item::after {
        left: 30px;
        width: 25px;
        height: 17px;
        top: 40px;
    }
    .onlineclass-pages .block4 .block4-3 .item::before {
        right: 50px;
        width: 25px;
        height: 17px;
        bottom: 40px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right {
        margin-top: 35px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text1 {
        font-size: 1.6rem;
        padding-right: 60px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text2 {
        margin-right: 60px;
        margin-top: 15px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text1 .label {
        width: 150px;
        display: flex;
        align-items: center;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text1 .label img {
        width: 100%;
    }
    .courses-pages .public-banner .img-bg,
    .teacher-pages .public-banner .img-bg,
    .marketing-pages .public-banner .img-bg {
        background: linear-gradient(0deg, #EDE9FE 0%, #FFFFFF 100%);
    }
    .courses-pages .public-banner .img-bg img,
    .teacher-pages .public-banner .img-bg img,
    .marketing-pages .public-banner .img-bg img {
        display: none;
    }
    .courses2-pages .public-banner .banner-wrapper {
        padding-top: 140px;
    }
    .courses2-pages .public-banner .banner-wrapper .text1 {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    .courses2-pages .block1 .block-main {
        gap: 10px;
    }
    .courses2-pages .block1 .block-main .item {
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
    }
    .courses2-pages .block1 .block-main .item .left {
        height: 210px;
        min-width: 150px;
    }
    .courses2-pages .block1 .block-main .item .right {
        padding-right: 0;
    }
    .courses2-pages .block1 .block-main .item .right .text1 {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .courses2-pages .block1 .block-main .item .right .text2 {
        margin-top: 10px;
    }
    .courses2-pages .block1 .block-main .item .right .button {
        font-size: 1rem;
        width: 140px;
        margin-bottom: 10px;
    }
    .courses2-pages .block3 .block-main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    .courses2-pages .block6 {
        padding-top: 100px;
    }
    .courses2-pages .block6 .block-main .left .text1 {
        font-size: 3.2rem;
    }
    .courses2-pages .block6 .block-main .left .text2 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .trial-pages {
        padding-top: 150px;
        background-position-y: -1000px;
    }
    .trial-pages .form-block {
        max-width: 1000px;
        border-radius: 80px;
    }
    .trial-pages .form-block .block-top {
        background-size: cover;
        height: 300px;
    }
    .trial-pages .form-block .block-top .text1 {
        font-size: 3.2rem;
        margin-top: 50px;
    }
    .trial-pages .form-block .block-top .info {
        max-width: 450px;
        margin-top: 40px;
    }
    .trial-pages .form-block .block-top .info p {
        font-size: 1.8rem;
    }
    .trial-pages .block-bottom .block-title {
        margin-top: 30px;
    }
    .trial-pages form {
        margin-top: 40px;
    }
    .trial-pages form .row {
        margin-top: 20px;
    }
    .trial-pages form .row .input-wrapper input,
    .trial-pages form .row .input-wrapper select {
        height: 50px;
    }
    /* .teacher-pages .block5 .block-main .container .img-bg:nth-of-type(1) {
        width: 80%;
    } */
    .trial2-pages .banner-wrapper .text1 {
        font-size: 3.2rem;
        line-height: 1;
    }
    .trial2-pages .block2 {
        height: auto;
        padding: 40px 0;
        border-radius: 80px;
        gap: 30px;
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
    }
    .trial2-pages .block2 .img-box {
        margin-top: 0;
        margin-left: 60px;
        width: 100px;
        height: 100px;
    }
    .trial2-pages .block2 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .trial2-pages .block2::after {
        left: 30px;
        width: 25px;
        height: 17px;
        top: 40px;
    }
    .trial2-pages .block2::before {
        right: 50px;
        width: 25px;
        height: 17px;
        /* transform: scale(0.8) */
        bottom: 40px;
    }
    .trial2-pages .block2 .right {
        margin-top: 35px;
    }
    .trial2-pages .block2 .right .text1 {
        font-size: 1.6rem;
        padding-right: 60px;
    }
    .trial2-pages .block2 .right .text2 {
        margin-right: 60px;
        margin-top: 15px;
    }
    .trial2-pages .block2 .right .text1 .label {
        width: 150px;
        display: flex;
        align-items: center;
    }
    .trial2-pages .block2 .right .text1 .label img {
        width: 100%;
    }
    .teacher-pages .public-banner .banner-wrapper .left {
        max-width: none;
    }
    .teacher-pages .public-banner .banner-wrapper .left .text1 {
        margin-top: auto;
    }
    .teacher-pages .block1 .left .text1 {
        font-size: 2.8rem;
    }
    .teacher-pages .block1 .left .text2 {
        font-size: 1.4rem;
    }
    .teacher-pages .block3 .right .text1 {
        font-size: 2.8rem;
    }
    .teacher-pages .block5 .block-main .container {
        max-width: 500px;
        height: 500px;
    }
    .teacher-pages .block5 .block-main .container .cell {
        gap: 10px;
    }
    .teacher-pages .block5 .block-main .container .cell .text-box {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 220px;
    }
    .teacher-pages .block5 .block-main .container .icon-box {
        width: 50px;
        height: 50px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(1) {
        left: -120px;
        top: 80px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(1) .text-box {
        border-radius: 20px 20px 6px 20px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(2) {
        right: -110px;
        top: 60px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(2) .text-box {
       border-radius:  20px 20px 20px 6px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(3) {
        left: -120px;
        bottom: 40px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(3) .text-box {
        border-radius: 20px 6px 20px 20px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(4) {
        bottom: 34px;
        right: -113px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(4) .text-box {
        border-radius: 6px 20px 20px 20px;
    }
    .blog-pages {
        padding-top: 150px;
    }
    .blog-pages .block1 .block-main {
        padding: 20px;
        border-radius: 40px;
        height: auto;
    }
    .blog-pages .block1 .block-main .left .text1 {
        font-size: 2rem;
    }
    .blog-pages .block1 .block-main .left .text3 {
        font-size: 1.2rem;
    }
    .blog-pages .block1 .block-main .left .tag {
        margin-top: 20px;
    }
    .blog-pages .block1 .block-main .right {
        margin-top: 0;
    }
    .blog-details-pages .block1 {
        padding-top: 120px;
    }

    .marketing-pages .block1 .block-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 50px;
    }
    .marketing-pages .block3 .wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
}

@media screen and (max-width: 1000px) {
    .footer-form .bottom {
        height: auto;
        flex-direction: column;
        padding: 50px;
    }
    .footer-form .bottom .left {
        max-width: none;
    }
    .footer-form .bottom .right {
        max-width: none;
    }
    .footer-form .bottom .left .row .check-box input {
        height: auto;
    }
    .footer-form .bottom .left .row .button-style {
        position: static;
    }
    .footer-div .top {
        flex-direction: column;
        height: auto;
        align-items: center;
        padding: 45px 0;
        gap: 40px;
    }
    .footer-div .top .left {
        width: 100%;
    }
    .footer-div .top .right {
        width: 100%;
    }
    .footer-div .bottom {
        height: auto;
        padding: 30px 0;
    }
    .ourclass-pages .block4 .block4-1 {
        flex-direction: column;
        gap: 40px;
    }
    .ourclass-pages .block4 .block4-1 .left .title {
        width: 100%;
        text-align: center;
    }
    .ourclass-pages .block4 .block4-2 .pages-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 50px;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item {
        min-height: 500px;
        height: auto;
        padding: 40px 20px;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item:hover {
        transform: scale(1.02);
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item-wrapper .title-box {
        height: 80px;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item-wrapper .title-box .text1 {
        font-size: 1.8rem;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item-wrapper .title-box .text2 {
        font-size: 1.2rem;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item-wrapper .content-box .price .number {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .public-banner {
        padding-bottom: 40px;
    }
    .pages-list {
        margin: 20px auto 50px;
    }
    .share-box .share-box-hover img {
        width: 100px;
        height: 100px;
    }
    #pages a,
    #pages span,
    .el-pagination.is-background .btn-next,
    .el-pagination.is-background .btn-prev,
    .el-pagination.is-background .el-pager li {
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
    }
    .el-pagination.is-background .btn-next,
    .el-pagination.is-background .btn-prev,
    .el-pagination.is-background .el-pager li {
        padding: 0 5px;
    }
    .public-banner .banner-wrapper .left .text1 {
        font-size: 2.8rem;
    }
    .courses2 .public-banner .banner-wrapper .left .text1 {
        font-size: 2.8rem;
        margin-top: 30px;
    }
    .courses2-pages .public-banner .banner-wrapper .text2 {
        width: 100%;
    }
    .animate-section {
        opacity: 0;
        transition: all 0.8s ease;
    }
    .animate-section.section-visible-top {
        transform: translateY(-30px);
    }
    .animate-section.section-visible-bottom {
        transform: translateY(30px);
    }
    .animate-section.section-visible-left {
        transform: translateX(-30px);
    }
    .animate-section.section-visible-right {
        transform: translateX(30px);
    }
    .animate-section.section-visible {
        opacity: 1;
        transform: translateY(0) translateX(0);
    }
    .button-style {
        width: 200px;
        height: 50px;
        box-shadow: 0px 0px 15px 0px rgba(74,44,200,0.61);
    }
    .button-box {
        width: 170px;
        height: 45px;
    }
    .button-style img {
        width: 2rem;
        margin-right: 5px;
    }
    .pages-title .text1 {
        font-size: 2.4rem;
    }
    .footer-div .bottom {
        flex-direction: column-reverse;
    }
    .footer-div .bottom .right {
        text-align: center;
    }
    .footer-div .bottom .right form {
        max-width: none;
        height: 50px;
    }
    .footer-div .bottom .right form .button-style {
        height: 40px;
        width: 150px;
    }
    .footer-div .bottom .left {
        align-items: center;
        margin-top: 30px;
    }
    .footer-div .top .right .title {
        font-size: 1.2rem;
    }
    .footer-div .top .right .lists {
        font-size: 0.9rem;
        margin-top: 10px;
    }
    .footer-div .top .left .lists .share-box-hover {
        transform: translateX(-25%);
    }
    .footer-div .top .left .lists .share-box-hover img {
        width: 100px;
        height: 100px;
    }
    .index-pages .public-banner .banner-wrapper {
        padding-bottom: 40px;
    }
    .index-pages .banner-wrapper .right .cell:nth-of-type(4),
    .index-pages .banner-wrapper .right .cell:nth-of-type(3) {
        display: none;
    }
    .index-pages .banner-wrapper .left .text1 {
        margin-top: 0;
        font-size: 2.8rem;
    }
    .public-banner .banner-wrapper .left .text2 {
        font-size: 1rem;
    }
    .index-pages .block1 .block-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        justify-items: center;
        margin-top: 30px;
    }
    .index-pages .block1 .block-main .item {
        max-width: 500px;
        width: 100%;
        padding-bottom: 20px;
        height: 250px;
    }
    .index-pages .block1 .block-main .item .text1 {
        font-size: 2.4rem;
        margin-top: 35px;
    }
    .index-pages .block1 .block-main .item .text2 {
        margin-top: 10px;
    }
    .index-pages .block2 {
        margin-top: 70px;
        padding-top: 70px;
    }
    .index-pages .block2 .block-main{
        margin-top: 30px;
        gap: 70px;
    }
    .index-pages .block2 .block-main .item {
        flex-direction: column;
    }
    .index-pages .block2 .block-main .item:nth-of-type(2n) {
        flex-direction: column;
    }
    .index-pages .block2 .block-main .item:nth-of-type(2n) .right {
        padding-left: 0;
    }
    .index-pages .block2 .block-main .item .right .text1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .index-pages .block2 .block-main .item .right .text2 {
        margin-top: 20px;
    }
    .index-pages .block2 .block-main .item .right .text2 {
        font-size: 1.2rem;
    }
    .index-pages .block2 .block-main .item .right .button {
        margin-top: 20px;
        width: 150px;
        height: 40px;
        font-size: 1.2rem;
    }
    .index-pages .block3 {
        padding: 65px 0;
    }
    .index-pages .block3 .block3-1 .img-box > img,
    .index-pages .block3 .block3-1 .img-box > video {
        border-radius: 30px;
    }
    .index-pages .block3 .block3-1 .img-box .text-box {
        border-radius: 30px;
        padding: 30px;
        top: calc(100% - 40px);
        height: auto;
        min-height: 250px;
        flex-direction: column;
        align-items: flex-start;
        position: static;
    }
    .index-pages .block3 .block3-1 .img-box .text-box .left .text1 {
        font-size: 1.2rem;
    }
    .index-pages .block3-2 {
        margin-top: 50px;
    }
    .index-pages .block3 .block3-3 .block-main-wrapper {
        gap: 20px;
    }
    .index-pages .block3 .block3-3 .block-main-wrapper .item {
        height: 450px;
    }
    .index-pages .block3 .block3-3 .block-main .item .img-box {
        height: 160px;
    }
    .index-pages .block3 .block3-3 .block-main .item .text1,
    .index-pages .block3 .block3-3 .block-main .item .text2 {
        padding: 0;
    }
    .index-pages .block3 .block3-3 .block-main .item .button-box {
        margin-left: 0;
    }

    .courses-pages .block-main .lists .block-main-wrapper {
        gap: 20px;
    }
    .courses-pages .block-main .lists .block-main-wrapper .item {
        height: 450px;
    }
    .courses-pages .block-main .lists .item .img-box {
        height: 160px;
    }
    .courses-pages .block-main .lists .item .text1,
    .courses-pages .block-main .lists .item .text2 {
        padding: 0;
    }
    .courses-pages .block-main .lists .item .button-box {
        margin-left: 0;
    }

    .index-pages .scroll-container {
        padding-top: 60px;
    }
    .index-pages .scroll-content .item {
        padding: 20px 30px;
        width: 750px;
        /*border-radius: 20px;*/
    }
    .index-pages .scroll-content .item .left {
        width: 100px;
        height: 100px;
    }
    .index-pages .scroll-content .item > img {
        width: 150px;
        height: 150px;
    }
    
    .index-pages .scroll-content .item .right .text-top {
        margin-top: 5px;
    }
    .index-pages .scroll-content .item .right .text-top span:nth-of-type(1) {
        font-size: 1rem;
    }
    .index-pages .scroll-content .item .right .text-top span:nth-of-type(2) {
        font-size: 0.9rem;
    }
    .index-pages .scroll-content .item .right .text-bottom {
        font-size: 12px !important;
    }
    .index-pages .block3 .block3-4 {
        margin-top: 80px;
    }
    .index-pages .block3 .block3-5 {
        margin-top: 50px;
    }
    .ourclass-pages .block1 {
        padding: 60px 0;
    }
    .ourclass-pages .block1 .block-main {
        margin-top: 40px;
        gap: 20px;
        flex-direction: column;
    }
    .ourclass-pages .block1 .block-main .item {
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
        padding: 30px;
        border-radius: 25px;
    }
    .ourclass-pages .block2 {
        padding: 70px 0;
    }
    .ourclass-pages .block2 .block-main {
        gap: 20px;
        margin-top: 35px;
        flex-direction: column;
    }
    .ourclass-pages .block2 .block-main .item {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .ourclass-pages .block2 .block-main .item .img-box {
        border-radius: 20px;
    }
    .ourclass-pages .block3 {
        padding-top: 75px;
    }
    .ourclass-pages .block3 .video-box video {
        border-radius: 40px;
    }
    .ourclass-pages .block4 .block4-1 {
        padding-top: 80px;
        justify-content: center;
        align-items: center;
    }
    .ourclass-pages .block4 .block4-2 {
        padding: 90px 10px;
    }
    .ourclass-pages .block4 .block4-2 .pages-main {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .ourclass-pages .block4 .block4-2 .pages-main .item {
        max-width: 500px;
        width: 100%;
    }
    .onlineclass-pages .block1 {
        padding-top: 70px;
    }
    .onlineclass-pages .block1 .block-main .item {
        height: 320px;
        max-width: 300px;
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0 0 5px 0 rgba(74,44,200,0.1);
    }
    .onlineclass-pages .block3 {
        padding: 70px 0;
    }
    .onlineclass-pages .block3 .block-main .year-box .box {
        margin: 0;
    }
    .onlineclass-pages .block2 {
        padding-bottom: 60px;
    }
    .onlineclass-pages .block2 .block-main {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 40px;
    }
    .onlineclass-pages .block2 .item .img-box {
        width: 40px;
        height: 40px;
    }
    .onlineclass-pages .block2 .item .text1 {
        margin-top: 20px;
    }
    .onlineclass-pages .block3 .block-main .lists {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .onlineclass-pages .block4 {
        padding-top: 70px;
    }
    .onlineclass-pages .block4 .block4-1 {
        flex-direction: column;
        gap: 40px;
    }
    .onlineclass-pages .block4 .block4-1 .left .lists {
        margin-top: 30px;
    }
    .onlineclass-pages .block4 .block4-1 .left .button-style {
        margin-top: 50px;
    }
    .onlineclass-pages .block4 .block4-1.video-block {
        flex-direction: column-reverse;
    }
    .onlineclass-pages .block4 .block4-2 {
        border-radius: 40px;
        padding: 40px 20px;
    }
    .onlineclass-pages .block4 .block4-2 .lists {
        flex-direction: column;
        align-items: center;
    }
    .onlineclass-pages .block4 .block4-2 .lists .item {
        border-radius: 40px;
    }
    .onlineclass-pages .block4 .block4-3 .item {
        border-radius: 30px;
        gap: 10px;
    }
    .onlineclass-pages .block4 .block4-3 .item .img-box {
        width: 80px;
        height: 80px;
        margin-left: 40px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text1 {
        font-size: 1.2rem;
        padding-right: 20px;
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text1 .label {
        width: 100px;
    }
    .onlineclass-pages .block4 .block4-3 .item::after {
        top: 20px;
        left: 15px;
    }
    .onlineclass-pages .block4 .block4-3 .item::before {
        bottom: 20px;
        right: 15px
    }
    .onlineclass-pages .block4 .block4-3 .item .right .text2 {
        margin-left: -100px;
        margin-top: 30px;
        font-size: 0.9rem;
        margin-right: 20px;
        height: 100px;
    }
    .onlineclass-pages .block4 .block4-3 {
        padding-bottom: 70px;
    }
    .courses-pages .block-main {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .courses2-pages .block1 {
        padding-top: 50px;
    }
    .courses2-pages .block1 .block-main {
        flex-direction: column;
        margin-top: 35px;
    }
    .courses2-pages .block1 .block-main .item {
        border-radius: 20px;
    }
    .courses2-pages .block1 .block-main .item .left {
        height: 180px;
    }
    .courses2-pages .block1 .block-main .item .right {
        max-width: none;
    }
    .courses2-pages .block1 .block-main .item .right .text1 {
        margin-top: 0;
    }
    .courses2-pages .block1 .block-main .item .right .text2 {
        margin-top: 10px;
    }
    .courses2-pages .block1 .block-main .item .right .button {
        margin-bottom: 0;
        height: 30px;
        /*width: 100px;*/
    }
    .courses2-pages .block2 {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .courses2-pages .block2 .block-main {
        margin-top: 35px;
    }
    .courses2-pages .block2 .block-main .text2 {
        margin-top: 20px;
    }
    .courses2-pages .block3 {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
    .courses2-pages .block3 .block-main .item {
        border-radius: 20px;
    }
    .courses2-pages .block3 .block-main .item .text-box {
        padding: 30px;
    }
    .courses2-pages .block3 .block-main .item .text-box .text1 {
        font-size: 1.4rem;
    }
    .courses2-pages .block4 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .courses2-pages .block4 .video-box video {
        border-radius: 40px;
    }
    .courses2-pages .block5 {
        padding-top: 60px;
    }
    .courses2-pages .block5 .block-main {
        height: 400px;
    }
    .courses2-pages .block5 .block-main .wrapper {
        padding: 0;
    }
    .courses2-pages .block5 .block-main .wrapper .cell {
        padding: 20px;
        max-width: 180px;
        flex-direction: column;
        padding: 15px;
    }
    .courses2-pages .block5 .block-main .wrapper .left .cell {
        border-radius: 6px 20px 20px 20px;
    }
    .courses2-pages .block5 .block-main .wrapper .left .cell:nth-of-type(2n) {
        border-radius: 20px 20px 6px 20px;
    }
    .courses2-pages .block5 .block-main .wrapper .right .cell {
        border-radius: 20px 20px 20px 6px;
    }
    .courses2-pages .block5 .block-main .wrapper .right .cell:nth-of-type(2n) {
        border-radius: 6px 20px 20px 20px;
    }
    .courses2-pages .block5 .block-main .wrapper .cell .title {
        font-size: 1.2rem;
    }
    .courses2-pages .block5 .block-main .wrapper .cell .text1 {
        font-size: 0.9rem;
    }
    .courses2-pages .block6 {
        /*padding-top: 20px;*/
        padding-bottom: 60px;
    }
    .courses2-pages .block6 .block-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .courses2-pages .block6 .block-main .left .text1 {
        margin-top: 0;
    }
     .courses2-pages .block6 .block-main .left .text2 {
        font-size: 1rem;
        margin-top: 20px;
     }
    .courses2-pages .block6 .block-main .left .button {
        margin: 40px auto 0;
        font-size: 1.2rem;
    }
    .courses2-pages .block6 .block-main .right {
        max-width: 500px;
        margin-top: 30px;
    }
    .courses2-pages .block6-1 {
        margin-top: 40px;
    }
    
    .trial-pages {
        padding-top: 120px;
    }
    .trial-pages .form-block {
        border-radius: 40px;
    }
    .trial-pages .form-block .block-top {
        height: 200px;
        background-position-x: left;
    }
    .trial-pages .form-block .block-top .text1 {
        font-size: 1.8rem;
        margin-top: 40px;
    }
    .trial-pages .form-block .block-top .text2 {
        margin-top: 20px;
        font-size: 0.9rem;
    }
    .trial-pages .form-block .block-top .info {
        margin-top: 30px;
        padding: 0 60px;
    }
    .trial-pages .form-block .block-top .info p {
        font-size: 1.2rem;
    }
    .trial-pages .form-block .block-top .info span {
        font-size: 0.9rem;
    }
    .trial-pages .block-bottom {
        padding: 0 10px;
    }
    .trial-pages .block-bottom .block-title .text1 {
        font-size: 1.8rem;
    }
    .trial-pages form .row {
        gap: 10px;
    }
    .trial-pages form .row .input-wrapper .tips {
        padding-left: 0;
    }
    .trial-pages form .row .input-wrapper input,
    .trial-pages form .row .input-wrapper select {
        padding: 0 20px;
        font-size: 0.9rem;
        height: 40px;
    }
    .trial-pages form .check-box {
        margin-top: 30px;
        align-items: flex-start;
        gap: 5px;
    }
    .trial-pages form .check-box input {
        height: auto;
        margin-top: 2px;
    }
    .trial-pages form .row .button-style {
        height: 50px;
        margin-top: 30px;
    }
    .trial2-pages .banner-wrapper .button-style {
        margin-top: 50px;
    }
    .trial2-pages .public-banner {
        padding-bottom: 80px;
    }
    .trial2-pages .tool-box {
        flex-direction: column;
        margin: 50px auto;
    }
    .trial2-pages .tool-box .right {
        width: 100%;
    }
    .trial2-pages .tool-box .right .input-box {
        height: 50px;
    }
    .trial2-pages .tool-box .right .input-box .button-style {
        width: 80px;
    }
    .trial2-pages .tool-box .right .input-box .button-style img {
        width: 1.5rem;
    }
    .trial2-pages .block1 .lists .item .info {
        gap: 15px;
    }
    .trial2-pages .block1 .lists .item .info .img-box {
        width: 80px;
        height: 80px;
    }
    .trial2-pages .block1 .lists .item .info .text1 {
        font-size: 1.2rem;
    }
    .trial2-pages .block1 .lists .item .info .text2 {
        font-size: 0.9rem;
    }
    .trial2-pages .block1 .lists .item .content-box {
        margin-top: 25px;
        padding-bottom: 50px;
        font-size: 0.9rem;
    }
    .trial2-pages .block2 {
        border-radius: 30px;
        gap: 10px;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }
    .trial2-pages .block2 .img-box {
        width: 80px;
        height: 80px;
        margin-left: 40px;
    }
    .trial2-pages .block2 .right .text1 {
        font-size: 1.2rem;
        padding-right: 20px;
    }
    .trial2-pages .block2 .right .text1 .label {
        width: 100px;
    }
    .trial2-pages .block2::after {
        top: 20px;
        left: 15px;
    }
    .trial2-pages .block2::before {
        bottom: 20px;
        right: 15px
    }
    .trial2-pages .block2 .right .text2 {
        margin-left: -100px;
        margin-top: 30px;
        font-size: 0.9rem;
        margin-right: 20px;
    }
    .trial2-pages .block3 {
        padding: 60px 0;
        padding-top: 0;
    }
    .trial2-pages .block3 .swiper {
        margin-top: 35px;
    }
    .trial2-pages .block3 .swiper .item .text-box .text1 {
        font-size: 1.2rem;
    }
    .teacher-pages .block1 {
        flex-direction: column;
        margin-top: 60px;
        padding-bottom: 60px;
        gap: 30px;
    }
    .teacher-pages .block1 .right {
        margin-left: -20px;
    }
    .teacher-pages .block1 .left .button-style {
        margin-top: 40px;
    }
    .teacher-pages .block2 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .teacher-pages .block2 .swiper {
        padding-left: 0px;
        padding: 35px 10px 80px;
    }
    .teacher-pages .block2 .swiper .swiper-slide {
        width: 350px;
        height: 250px;
        /*margin-right: auto;*/
    }
    .teacher-pages .block2 .swiper .swiper-slide .item {
        padding-left: 20px;
    }
    .teacher-pages .block2 .swiper .swiper-slide .item .text-box .text1 {
        font-size: 1.25rem;
    }
    .teacher-pages .block2 .swiper .swiper-slide .item .icon-box {
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
    }
    .teacher-pages .block3 {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 60px;
        gap: 30px;
    }
    .teacher-pages .block3 .right {
        max-width: none;
    }
    .teacher-pages .block3 .right .button-style {
        margin-top: 40px;
    }
    .teacher-pages .block4 {
        padding-bottom: 00px;
        margin-top: 60px;
    }
    .teacher-pages .block4 .swiper {
        padding-top: 20px;
    }
    .teacher-pages .block5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .teacher-pages .block5 .pages-title .text1 {
        font-size: 1.8rem;
    }
    .teacher-pages .block5 .block-main {
        margin-top: 50px;
    }
    .teacher-pages .block6 {
        padding: 70px 0 80px;
    }
    .teacher-pages .block6 .video-box video {
        border-radius: 40px;
    }
    .teacher-pages .block5 .block-main {
        padding: 0;
    }
    .teacher-pages .block5 .block-main .cell-box {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 40px;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
    }
    .teacher-pages .block5 .block-main .container .cell {
        position: static;
    }
    .teacher-pages .block5 .block-main .container .cell .text-box {
        background-color: rgba(255, 255, 255, 0.8);
        width: 250px;
        height: max-content;
     }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(1) {
        left: 80px;
        top: 150px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(2) {
        right: 80px;
        top: 220px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(3) {
        left: 80px;
        top: 340px;
    }
    .teacher-pages .block5 .block-main .container .cell:nth-of-type(4) {
        right: 80px;
        top: 430px;
    }
    .teacher-pages .block5 .block-main .button-style {
        margin-top: 40px;
    }
    .blog-pages .block1 .block-main {
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
    }
    .blog-pages .block1 .block-main .left {
        width: 100%;
        max-width: none;
    }
    .blog-pages .block1 .block-main .left .text1 {
        font-size: 1.6rem;
    }
    .blog-pages .block1 .block-main .left .text3 {
        margin-top: 20px;
    }
    .blog-pages .block1 .block-main .left .tag {
        height: 30px;
        width: 80px;
    }
    .blog-pages .block1 .block-main .right {
        margin: 0 auto;
        border-radius: 40px;
        height: 300px;
    }
    .blog-pages .block2 {
        margin-top: 55px;
    }
    .blog-pages .block2 .param-box .input-box {
        height: 50px;
    }
    .blog-pages .block2 .param-box .input-box .button-style {
        width: 100px;
    }
    .blog-pages .block2 .param-box .classfiy-box {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .blog-pages .block2 .lists {
        margin-top: 40px;
        grid-template-columns: 1fr
    }
    .blog-pages .block2 .lists .item {
        height: auto;
        border-radius: 40px;
    }
    .blog-pages .block2 .lists .item .text-box .info {
        margin-bottom: 20px;
    }
    .blog-pages .block2 .lists .item .img-box {
        border-radius: 30px;
    }
    .blog-pages .block2 .lists .item .text-box .text1 {
        font-size: 1.2rem;
    }
    .blog-details-pages .block1 .block-main {
        padding: 20px 20px 50px;
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
        border-radius: 40px;
    }
    .blog-details-pages .block1 .block-main .text1 {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-top: 40px;
    }
    .blog-details-pages .block1 .block-main .text2 {
        font-size: 1rem;
    }
    .blog-details-pages .block1 .block-main .content {
        margin-top: 40px;
    }
    .blog-details-pages .block1 .block-main .content img {
        margin: 30px auto;
    }
    .blog-details-pages .block1 .shart-block {
        margin-top: 100px;
    }
    .blog-details-pages .block1 .shart-block .lists {
        gap: 10px;
        margin-top: 20px;
    }
    .blog-details-pages .block2 {
        margin-top: 80px;
        padding-bottom: 120px;
    }
    .blog-details-pages .block2 .lists .item {
        height: auto;
        border-radius: 40px;
    }
    .blog-details-pages .block2 .lists .item .text-box .text1 {
        font-size: 1.2rem;
    }
    .blog-details-pages .block2 .lists .item .text-box .info {
        margin-bottom: 20px;
    }
    .marketing-pages .block1 .block-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        justify-items: center;
    }
    .marketing-pages .block1 .block-main .item {
        max-width: 500px;
        width: 100%;
        padding-bottom: 20px;
        height: 250px;
    }
    .marketing-pages .block1 .block-main .item .text1 {
        font-size: 2.4rem;
        margin-top: 35px;
    }
    .marketing-pages .block1 .block-main .item .text2 {
        margin-top: 10px;
    }
    .marketing-pages .public-banner .banner-wrapper .left .button-style,
    .marketing-pages .public-banner .banner-wrapper .left .button-box {
        width: 180px;
        height: 50px;
    }
    .marketing-pages .block2 .text1 {
        font-size: 2rem;
    }
    .marketing-pages .block3 .wrapper .item {
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
        min-height: auto;
    }
    .marketing-pages .block3 .wrapper .item .text-box .text1 {
        font-size: 1.2rem;
    }
    .marketing-pages .block3 .wrapper .item .text-box .text3 {
        font-size: 0.9rem;
        height: auto;
    }
    .marketing-pages .block3 .wrapper .item .text-box .lists {
        margin-top: 20px;
        gap: 10px;
        font-size: 0.9rem;
    }
    .marketing-pages .block4 .lists {
        flex-direction: column;
    }
    .marketing-pages .block4 .lists .item {
        width: 100%;
        padding: 0 30px;
    }
    .marketing-pages .block4 .lists .item .img-box {
        margin-top: 30px;
    }
    .marketing-pages .block4 .lists .item .img-box img {
        width: 4rem;
    }
    .marketing-pages .block4 .lists .item .text1 {
        font-size: 1.2rem;
    }
    .marketing-pages .block4 .lists .item .text3 {
        font-size: 0.9rem;
    }
    .marketing-pages .block4 .lists .item .button-style {
        margin-bottom: 25px;
    }
    .marketing-pages .block5 .pages-title .text2 {
        font-size: 1.1rem;
    }
    .marketing-pages .block5 .block-main .lists {
        flex-direction: column;
    }
    .marketing-pages .block5 .block-main .lists .item {
        width: 100%;
        padding: 20px;
    }
    .marketing-pages .block5 .block-main .lists .item .text1 {
        font-size: 1.4rem;
    }
    .marketing-pages .block5-2 {
        flex-direction: column;
        padding-top: 90px;
        padding-bottom: 50px;
        gap: 40px;
    }
    .marketing-pages .block5-2 .left {
        width: 100%;
    }
    .marketing-pages .block5-2 .left .text1 {
        font-size: 2rem;
    }
    .marketing-pages .block5-2 .left .button-style {
        margin-top: 30px;
    }
    .marketing-pages .block5-2 .right img {
        width: 100%;
    }
    .marketing-pages .block6 {
        padding-bottom: 50px;
    }
    .marketing-pages .block6 .main-box {
        padding: 50px 10px 80px;
        border-radius: 40px;
    }
    .marketing-pages .block6 .main-box .title .text1 {
        font-size: 2.8rem;
    }
    .marketing-pages .block6 .main-box .title .text2 {
        font-size: 1rem;
    }
    .marketing-pages .block6 .main-box .lists {
        margin-top: 40px;
    }
    .marketing-pages .block6 .main-box .lists .nav-item-dropdown .dropdown-toggle {
        padding: 20px;
    }
    .marketing-pages .block6 .main-box .lists .nav-item-dropdown .dropdown-menu-wrapper p {
        font-size: 0.9rem;
        padding: 0 30px 30px;
    }
    .marketing-pages .block6 .main-box .lists .nav-item-dropdown .dropdown-toggle .right {
        width: 30px;
        height: 30px;
    }
    .marketing-pages .block6 .main-box .lists .nav-item-dropdown .dropdown-toggle .right .icon {
        left: 35%;
        top: 10px;
    }
    .marketing-pages .block7 {
        padding: 60px 10px;
    }
    .marketing-pages .block7 .block-main {
        padding: 20px;
        border-radius: 40px;
        height: auto;
        min-height: 250px;
    }
    .marketing-pages .block7 .block-main .text1 {
        font-size: 1.6rem;
    }
    .marketing-pages .block7 .block-main .button-box {
        width: 200px;
        height: 40px;
        margin-top: 30px;
    }
    .marketing-pages .block5 .block-main .lists .item {
        min-height: 430px;
    }
    .marketing-pages .block5 .block-main .lists .item .img-box {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .share-box img {
        width: 30px;
        height: 30px;
    }
    .footer-form {
        margin-bottom: 70px;
    }
    .footer-form .bottom {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .footer-form .bottom .left .row .input-wrapper {
        height: 45px;
    }
    .footer-form .bottom .left .row {
        gap: 15px;
        margin-bottom: 15px;
    }
    .footer-form .bottom .left .row .check-box .text {
        font-size: 0.9rem;
    }
    .footer-form .bottom .left .row .input-wrapper img {
        left: 15px;
    }
    .footer-form .bottom .left .row .input-wrapper input,
    .footer-form .bottom .left .row .input-wrapper select {
        padding-left: 40px;
        font-size: 0.9rem;
    }
    .footer-form .bottom .right {
        padding: 30px;
    }
    .footer-div .top .right {
        /*display: none;*/
        flex-direction: column;
        padding: 0 40px;
        gap: 40px;
    }
    .index-pages .block3-2 .block-main .swiper {
        padding-bottom: 60px;
    }
    .index-pages .block3-2 .block-main .slide-wrapper .img-box {
        width: 160px;
        height: 160px;
    }
    .index-pages .block3-2 .block-main .slide-wrapper .text-box {
        padding: 0 10px 20px;
        border-radius: 20px;
    }
    .index-pages .block3-2 .block-main {
        background-position-y: 45px;
        margin-top: 50px;
    }
    .index-pages .block3-3 .block-main {
        margin-top: 30px;
        height: auto;
        overflow: auto;
    }
    .index-pages .block3-3 .block-main-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .index-pages .block3 .block3-3 .block-main-wrapper .item {
        min-height: 410px;
        height: auto;
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
    }

    .courses-pages .block-main .lists {
        margin-top: 30px;
    }
    .courses-pages .block-main .lists .block-main-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .courses-pages .block-main .lists .block-main-wrapper .item {
        height: 410px;
        box-shadow: 0px 0px 5px 0px rgba(74,44,200,0.1);
    }

    .index-pages .block3 .block3-4 {
        margin-top: 80px;
    }
    
}