.trendy_craft .header {
    display: flex;
    justify-content: center;
    -moz-column-gap: 12px;
    align-items: flex-start;
    column-gap: 12px;
}
.header .trendy_craft_left_icon {
    margin-top: 10px;
}
.trendy_craft_item .paragraph_1 {
    line-height: 1.5;
}
.trendy_craft_item .view_lesson_btn {
    width: 314px;
}
.header .lesson_type_left_icon {
    margin-top: 10px;
}
.fz-16 {
    font-size: 16px;
}
.home_main_lesson .lesson_page .content .lesson_item .lesson_image_container .lesson_item_image {
    border-radius: 10px 10px 0 0;
}
.trendy_craft .header_sp .title p {
    margin-top: 0;
}
.feature .content .feature_item img {
    border-radius: 20px 0 0 20px;
    height: 100%;
    object-fit: cover;
}
.student_review .header_sp {
    display: none !important;
}
.flow .header_sp {
    display: none;
}
.student_review .student_review_item .body_footer a {
    font-size: 16px;
}
.membership_regis_btn a {
    color: #fff;
}

.home_main_lesson .lesson_page .content .lesson_item .lesson_info .course {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 600px) {
    .trendy_craft .header {
        display: none;
    }
    .home_main_lesson .lesson_page .header .icon {
        top: -36px;
    }
    .home_main_lesson .lesson_page .card_info .card_info_icon {
        top: calc(100% - 20px);
    }
    .title_2-br {
        display: none;
    }
    .lesson_type .introduce {
        gap: 28px;
    }
    .lesson_type .gch_type_lesson {
        margin: 70px 0;
    }
    .feature .container .header {
        column-gap: 4px;
        align-items: baseline;
    }
    .feature .content .feature_item img {
        border-radius: 10px 0 0 10px;
    }
    .feature .content .feature_item {
        border-radius: 10px;
    }
    .flow .container .header_sp .title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        white-space: nowrap;
        font-size: 30px;
    }
    .flow .header {
        display: none;
    }
    .flow .header_sp {
        display: block;
    }
    .flow .container .header_sp .header_left_icon {
        width: 90px;
        height: 45px;
    }
    .flow .container .header_sp .header_right_icon {
        width: 50px;
        height: 50px;
    }
    .flow .content {
        margin-top: 70px;
    }
    .categories .content {
        margin: -40px auto 0;
        padding: 80px 0;
    }
    .student_review .container .header_sp .student_review_left_image {
        width: 60px;
        height: 80px;
    }
    .student_review .container .header_sp .title {
        font-size: 30px;
        white-space: nowrap;
        /*transform: translateX(10px);*/
    }
    .student_review .container .header.d-flex.justify-content-center.align-items-center {
        display: none !important;
    }
    .student_review .header_sp {
        display: flex !important;
        margin-top: 30px;
    }
    .student_review .header_sp div {
        position: relative;
    }
    .student_review .header_sp .student_review_right_image {
        position: absolute;
        top: -40px;
        right: -10px;
        width: 66px !important;
    }
    .news .content {
        margin: 20px 0;
    }
    .news .content .new_item .info {
        flex-direction: column;
        align-items: unset !important;
        gap: 4px !important;
    }
    .news .container .news_title {
        margin-top: 20px;
    }
}

@media (max-width: 440px) {
    .student_review .student_review_item .view_lesson {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 6px;
    }
    .student_review .student_review_item .view_lesson * {
        font-size: 12px;
    }
    .student_review .student_review_item .body_footer i {
        font-size: 12px;
    }
}
