.box-blog-category .list-category .item>a,
.box-blog-category .list-category .item>.learning-category-card {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 15px;
    border-radius: 16px;
    background: #fff;
    color: var(--color-text);
    font-weight: 600;
}

.box-blog-category .list-category>.row>div {
    margin-top: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-blog-category .list-category>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-blog-category.box-learning-category .list-category .item>a,
.box-blog-category.box-learning-category .list-category .item>.learning-category-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.box-blog-category.box-learning-category .list-category .item>a .description,
.box-blog-category.box-learning-category .list-category .item>.learning-category-card .description {
    color: #3A464F;
    font-size: 14px;
    font-weight: 400;
}

.box-blog-category.box-learning-category .list-category .item>a .name,
.box-blog-category.box-learning-category .list-category .item>.learning-category-card .name {
    margin-bottom: 5px;
}

section.section-learning-overview .top {
    margin-bottom: 60px;
}

section.section-learning-overview .top .hot span {
    display: inline-flex;
    align-items: center;
    height: 40px;
    background: #0972CE1A;
    padding: 0px 20px;
    border-radius: 25px;
    color: #0972CE;
    gap: 5px;
}

.section-learning-overview .top .hot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.box-section-learnig-02 {
    background: radial-gradient(49.78% 53.31% at 49.06% 63.98%, rgba(53, 170, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 80px 0;
}

.section-learning-overview .learning-overview-card {
    background: #fff;
    height: 100%;
    padding: 10px;
    border-radius: 16px;
}

.section-learning-overview .learning-overview-col {
    margin-bottom: 20px;
}

.section-learning-overview .learning-overview-card .learning-overview-card--title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.4;
    margin-bottom: 10px;
}

.learning-overview-card--description {
    font-size: 14px;
    color: rgba(58, 70, 79, 1);
}

.section-learning-overview .learning-overview-card .learning-overview-card--img {
    background: rgba(249, 249, 249, 1);
    padding: 15px;
    border-radius: 16px;
}

.section-learning-overview .learning-overview-card .learning-overview-card--img img {
    object-fit: contain;
}

.item-01.learning-overview-col .learning-overview-card,
.item-03.learning-overview-col .learning-overview-card {
    padding: 30px;
}

.item-02.learning-overview-col .learning-overview-card .learning-overview-card--content,
.item-04.learning-overview-col .learning-overview-card .learning-overview-card--content,
.item-04.learning-overview-col .learning-overview-card .learning-overview-card--content {
    padding: 15px 20px;
}

.section-learning-overview .learning-overview-card .learning-overview-card--img .img {
    padding-top: 62%;
}

.item-05.learning-overview-col .learning-overview-card .row>div:nth-child(1) {
    order: 2;
}

.item-05.learning-overview-col .learning-overview-card .row>div:nth-child(2) {
    padding: 15px 30px;
}

.section-learning-what-youll .top {
    margin-bottom: 64px;
    text-align: center;
}

.section-learning-what-youll .top .hot,
.box-section-learnig-using .top .hot,
.section-learning-start-here .top .hot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.section-learning-what-youll .top .hot span,
.box-section-learnig-using .top .hot span,
.section-learning-start-here .top .hot span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 8px 20px;
    background: rgba(9, 114, 206, 0.1);
    border-radius: 99px;
    color: #0972CE;
    font-size: 16px;
    line-height: 24px;
}

.section-learning-what-youll .top .hot span svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.section-learning-what-youll .content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.section-learning-what-youll .list-keys {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section-learning-what-youll .item-key {
    cursor: pointer;
    position: relative;
    padding: 0px 0 0px 24px;
    transition: opacity 0.25s ease;
    margin-bottom: 30px;
}

.section-learning-what-youll .item-key .item-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.section-learning-what-youll .item-key .key-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #6C54FF 0%, #0972CE 100%);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.section-learning-what-youll .item-key.active .key-line {
    opacity: 1;
}

.section-learning-what-youll .item-key:not(.active) {
    opacity: 0.5;
}

.section-learning-what-youll .item-key .key-content {
    flex: 1;
    min-width: 0;
}

.section-learning-what-youll .item-key .key-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 5px;
}

.section-learning-why-it .content {
    max-width: 1312px;
    margin-right: auto;
    margin-left: auto;
}

.section-learning-what-youll .item-key .key-head .count {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.section-learning-what-youll .item-key .key-head .text {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0;
}

.section-learning-what-youll .item-key .key-dsc {
    color: #3A464F;
    margin-bottom: 0;
}

.section-learning-what-youll .content-right-wrap {
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(64deg, rgba(65, 154, 218, 0) -0.06%, rgb(65 154 218 / 39%) 100.06%);
    overflow: hidden;
    /* background-size: 100% 100%; */
    position: relative;
}

.section-learning-what-youll .content-right-wrap .img-before img {
    height: 385px;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
    pointer-events: none;
    object-fit: contain;
}

.section-learning-what-youll .content-right-panel.active {
    display: block;
}

.section-learning-what-youll .content-right-panel .content-right {
    background: #FFFFFFCC;
    border-radius: 16px;
    padding: 24px 28px;
}

.section-learning-what-youll .content-right-panel .list-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.section-learning-what-youll .content-right-panel .item-when {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--color-text);
}

.section-learning-what-youll .content-right-panel .item-when svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.section-learning-what-youll .content-right-panel .item-when .name {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-learning-why-it {
    padding: 80px 0 100px;
    margin-left: auto;
    margin-right: auto;
}

.section-learning-why-it .top {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-learning-why-it .top .hot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.section-learning-why-it .top .hot span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 8px 16px;
    background: rgba(9, 114, 206, 0.1);
    border-radius: 99px;
    color: #0972CE;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.section-learning-why-it .top .hot span svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.section-learning-why-it .content-top {
    padding-bottom: 65px;
    margin-bottom: 16px;
    background: #0972CE1A;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 32px;
}

.section-learning-why-it .expert-box {
    overflow: hidden;
    background: #0972CE1A;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 30px 30px 40px 30px;
}

.section-learning-why-it .expert-box .expert-top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.section-learning-why-it .expert-box .expert-top .img {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.section-learning-why-it .expert-box .expert-top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-learning-why-it .expert-box .name-dsc {
    flex: 1;
    min-width: 0;
}

.section-learning-why-it .expert-box .name-dsc .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--color-text);
    margin-bottom: 4px;
}

.section-learning-why-it .expert-box .name-dsc .dsc {
    font-size: 18px;
    color: #3A464F;
    margin-bottom: 0;
}

.section-learning-why-it .expert-box .note {
    padding-top: 24px;
    position: relative;
}

.section-learning-why-it .expert-box .note::before {
    content: '';
    display: block;
    height: 2px;
    background: #DEEFFF;
    margin-bottom: 24px;
}

.section-learning-why-it .lisy-pros-cons {
    margin-top: 16px;
}

.section-learning-why-it .lisy-pros-cons .row {
    margin-left: -8px;
    margin-right: -8px;
}

.section-learning-why-it .lisy-pros-cons .row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.section-learning-why-it .lisy-pros-cons .entry-content {
    padding: 40px;
    border-radius: 24px;
    background: #fff;
    height: 100%;
    /* border: 1px solid rgba(238, 238, 238, 0.8); */
}

.section-learning-why-it .lisy-pros-cons .row>[class*="col-"]:first-child .entry-content {
    background: linear-gradient(119.3deg, rgba(65, 154, 218, 0.01) 23.34%, rgba(65, 154, 218, 0.08) 96.36%);
}

.section-learning-why-it .lisy-pros-cons .row>[class*="col-"]:last-child .entry-content {
    background: linear-gradient(119.3deg, rgba(217, 217, 217, 0.04) 23.34%, rgba(217, 217, 217, 0.2) 96.36%);
}

.section-learning-why-it .lisy-pros-cons .entry-content>.name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--color-text);
    margin-bottom: 16px;
}

.section-learning-why-it .lisy-pros-cons .list-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-learning-why-it .lisy-pros-cons .item-when {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.section-learning-why-it .lisy-pros-cons .item-when svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.section-learning-why-it .lisy-pros-cons .item-when .name {
    color: #3A464F;
    margin-bottom: 0;
}

.section-learning-why-it .expert-box .note .content-note {
    width: 65%;
    margin-left: auto;
    font-size: 15px;
    line-height: 26px;
    color: #053660;
    text-align: right;
}

.section-learning-why-it .expert-box .note .icon-note {
    position: absolute;
    left: 27%;
    bottom: -23px;
}

.section-learning-why-it .more-note {
    text-align: center;
    font-style: italic;
}

.section-learning-what-youll .item-key .key-head .count span.num {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106.04deg, #6C54FF 16.41%, #0972CE 99.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-learning-start-here .bottom .slogan {
    font-size: 14px;
    font-style: italic;
    color: rgba(58, 70, 79, 1);
}

.section-learning-start-here .bottom {
    margin-top: 15px;
}

.section-learning-start-here .bottom .more {
    text-align: center;
    margin-top: 60px;
}


.section-learning-what-youll .content-right-panel {
    display: none;
}

.section-learning-what-youll .content-right-panel .content-right .more {
    text-align: center;
}

.section-learning-what-youll {
    margin-bottom: 100px;
}

.box-section-learnig-using .top {
    margin-bottom: 50px;
}

.box-section-learnig-using .content .item {
    background: linear-gradient(119.3deg, rgba(65, 154, 218, 0.03) 23.34%, rgba(65, 154, 218, 0.24) 96.36%);
    padding: 30px;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-section-learnig-using .content .item .dsc ul>li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--color-text);
}

.box-section-learnig-using .content .item .dsc ul {
    padding-left: 0;
}

.box-section-learnig-using .content .item .name {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-text);
}

.box-section-learnig-using .content>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.box-section-learnig-using .content>.row>div {
    padding-left: 15px;
    padding-right: 15px;
}

.box-section-learnig-using .content .item .dsc {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-learning-start-here {
    margin-top: 100px;
    padding-bottom: 80px;
}

.section-learning-start-here .top {
    margin-bottom: 50px;
}

.section-learning-start-here .content {
    background: linear-gradient(0deg, rgba(9, 114, 206, 0.1), rgba(9, 114, 206, 0.1));
    position: relative;
    padding: 0;
    border-radius: 32px;
    overflow: hidden;
}

.section-learning-start-here .content .item {
    padding: 30px;
    padding-left: 60px;
}

.section-learning-start-here .content .item .name {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 15px;
}

.section-learning-start-here .content .item .dsc ul {
    padding-left: 0;
    margin-bottom: 0;
}

.section-learning-start-here .content .item .dsc ul>li {
    list-style: none;
    margin-bottom: 15px;
    gap: 10px;
    display: flex;
    align-items: flex-start;
    color: rgba(58, 70, 79, 1);
}

.section-learning-start-here .content .item .dsc ul>li:last-child {
    margin-bottom: 0;
}

.section-learning-start-here .top .dsc-section {
    max-width: 1040px;
}

.list-category .item {
    height: 100%;
}

.box-section-blogs-01.box-section-learnig-01 .box-learning-category .breadcrumbs-section {
    display: flex;
    justify-content: center;
}

.section-learning-start-here .content .inter-content>.row>div:nth-child(2) .item {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
}

.box-section-learnig-using .content .item .dsc ul>li svg {
    flex: 0 0 24px;
}

.box-section-learnig-using .content .item .dsc .icon {
    transition: 0.2s;
    height: 40px;
    background: linear-gradient(93.07deg, #6C54FF -16.41%, #0972CE 99.41%);
    width: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box-section-learnig-using .content .item .dsc ul>li svg {
    flex: 0 0 24px;
}

.section-learning-start-here .content .inter-content {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px;
}

@media (min-width: 1200px) {
    .section-learning-overview .item-02.learning-overview-col .learning-overview-card>.row>div:nth-child(1) {
        order: 2;
    }
}

@media (max-width: 1299.98px) {
    .box-section-learnig-02 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.section-learning-overview .top {
        margin-bottom: 30px;
    }

    .section-learning-overview .learning-overview-card {
        background: #0972CE1A;
    }

    .item-05.learning-overview-col {
        margin-bottom: 0;
    }

    .item-02.learning-overview-col .learning-overview-card>.row>div:nth-child(1),

    .section-learning-overview .learning-overview-card .learning-overview-card--title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .item-02.learning-overview-col .learning-overview-card>.row>div:nth-child(1),
    .item-04.learning-overview-col .learning-overview-card>.row>div:nth-child(1) {
        order: 2;
    }

    .item-01.learning-overview-col .learning-overview-card,
    .item-03.learning-overview-col .learning-overview-card,
    .item-05.learning-overview-col .learning-overview-card .row>div:nth-child(2) {
        padding: 10px;
    }

    .item-02.learning-overview-col .learning-overview-card .learning-overview-card--content,
    .item-04.learning-overview-col .learning-overview-card .learning-overview-card--content,
    .item-04.learning-overview-col .learning-overview-card .learning-overview-card--content {
        padding: 0;
    }

    .section-learning-why-it .top .hot {
        margin-bottom: 5px;
    }

    .section-learning-why-it .content-top {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-radius: 20px;
    }

    .section-learning-why-it .expert-box .name-dsc .dsc {
        font-size: 14px;
    }

    .section-learning-why-it .expert-box .note::before {
        margin-bottom: 15px;
    }

    .section-learning-why-it .expert-box .note .content-note {
        font-size: 14px;
        width: 85%;
    }

    .section-learning-why-it .expert-box .note .icon-note {
        left: -3%;
    }

    .section-learning-what-youll .top .hot span,
    .box-section-learnig-using .top .hot span,
    .section-learning-start-here .top .hot span {
        font-size: 14px;
    }

    .section-learning-what-youll .top {
        margin-bottom: 30px;
    }

    .section-learning-what-youll .content-right-wrap {
        padding: 15px;
    }

    .section-learning-what-youll {
        margin-bottom: 80px;
    }

    .box-section-learnig-using .top {
        margin-bottom: 30px;
    }

    .section-learning-start-here {
        margin-top: 60px;
        margin-bottom: 0;
        padding-bottom: 60px;
    }

    .box-section-learnig-using .content>.row>div {
        margin-bottom: 15px;
    }

    .box-section-learnig-using .content .item .name {
        font-size: 16px;
    }

    .section-learning-start-here .top {
        margin-bottom: 30px;
    }

    .section-learning-start-here .content .item {
        padding: 0;
        padding-bottom: 20px;
    }

    .section-learning-start-here .content {
        border-radius: 20px;
    }

    .section-learning-start-here .content .item .name {
        font-size: 16px;
    }

    .section-learning-start-here .bottom .more {
        margin-top: 20px;
    }

    .box-section-learnig-using .content .item {
        padding: 20px;
        border-radius: 16px;
    }
}

@media (min-width: 576px) and (max-width: 1299.98px) {
    .box-blog-category .list-category .item>a,
    .box-blog-category .list-category .item>.learning-category-card {
        height: 50px;
    }

    .section-learning-overview .item-03.learning-overview-col {
        order: 2;
    }

    .section-learning-overview .item-01.learning-overview-col {
        order: 1;
    }

    .section-learning-overview .item-02.learning-overview-col {
        order: 3;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-learning-overview .item-04.learning-overview-col {
        order: 4;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }

    .section-learning-overview .learning-overview-card .learning-overview-card--img {
        height: 100%;
    }

    .section-learning-overview .item-05.learning-overview-col {
        order: 5;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .item-04.learning-overview-col .learning-overview-card>.row>div:nth-child(1) {
        order: inherit;
    }

    .section-learning-what-youll .content-right-panel .content-right {
        padding: 10px;
    }

    .section-learning-what-youll .content-right-panel .item-when .name {
        font-size: 14px;
    }

    .section-learning-what-youll .item-key .key-head .text {
        font-size: 16px;
    }

    .box-section-learnig-using .content .item {
        padding: 15px;
    }

    .box-section-learnig-using .content>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .box-section-learnig-using .content>.row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-section-learnig-using .content .item .dsc {
        gap: 10px;
    }

    .box-section-learnig-using .content .item .dsc .icon svg {
        width: 30px;
        height: 30px;
    }

    .box-section-learnig-using .content .item .dsc .icon {
        display: none;
    }

    .box-section-learnig-using .content .item .dsc ul>li svg {
        flex: 0 0 20px;
        width: 20px;
    }

    .box-section-learnig-using .content .item .name {
        font-size: 14px;
    }

    .section-learning-what-youll .content-right-panel .content-right .more a {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .section-learning-why-it .content-top {
        padding: 0 40px 40px !important;
    }

    .section-learning-why-it {
        padding: 60px 0 60px !important;
    }

    .section-learning-what-youll {
        margin-bottom: 60px;
    }

    .section-learning-start-here {
        margin-top: 50px;
    }

    .section-learning-start-here .content .item .name {
        font-size: 20px;
    }

    .section-learning-why-it .top {
        margin-bottom: 40px;
    }

    .section-learning-what-youll .content-right-wrap {
        padding: 20px !important;
    }

    .section-learning-why-it .lisy-pros-cons .entry-content {
        padding: 30px !important;
    }
}

@media (max-width: 991.98px) {
    .section-learning-why-it {
        padding: 60px 0 80px;
    }

    .section-learning-why-it .top {
        margin-bottom: 30px;
    }

    .section-learning-why-it .expert-box {
        padding: 0 19px 50px;
    }

    .section-learning-why-it .expert-box .expert-top {
        margin-left: -20px;
        margin-right: -20px;
        padding: 24px 20px 24px;
        flex-direction: column;
        text-align: center;
    }

    .section-learning-why-it .expert-box .note {
        text-align: center;
        font-size: 16px;
        padding-top: 0;
    }

    .section-learning-why-it .lisy-pros-cons .entry-content {
        padding: 24px;
    }

    .section-learning-why-it .lisy-pros-cons .item-when .name {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .section-learning-what-youll .item-key {
        padding: 0px 0 0px 24px;
    }

    .section-learning-what-youll .content-right-panel .content-right {
        padding: 15px;
    }

    .section-learning-why-it .top .hot span {
        height: auto;
        padding: 6px 12px;
        font-size: 14px;
    }

    .section-learning-why-it .expert-box {
        padding: 0 15px 30px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .section-learning-why-it .expert-box .expert-top {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px;
        gap: 10px;
    }

    .section-learning-why-it .expert-box .name-dsc .name {
        font-size: 18px;
    }

    .section-learning-why-it .lisy-pros-cons .entry-content {
        padding: 20px;
    }

    .section-learning-why-it .lisy-pros-cons .entry-content>.name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section-learning-start-here .content .inter-content {
        padding: 15px;
    }

    .section-learning-overview .learning-overview-col {
        margin-bottom: 15px;
    }

    .section-learning-overview .learning-overview-card .learning-overview-card--img {
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .box-blog-category .list-category .item>a,
    .box-blog-category .list-category .item>.learning-category-card {
        padding: 10px;
        border-radius: 8px;
        font-size: 15px;
    }
}
