#curriculum_section {
    background-color: #F8F9FA;
    padding: 80px 0px;
}

.curriculum_content {
    display: flex;
}

.curriculum_sidebar {
    width: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-right: 1px solid rgba(3, 2, 82, 0.08);
}

.curriculum_content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.curriculum_item_content {
    display: none;
}

.curriculum_item_content.activ_content {
    display: flex;
    flex-direction: column;
}

.curriculum_holder {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.sidebar_items {
    display: flex;
    flex-direction: column;
}

.before_sidebar_items {
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.sidebar_item.active_item {
    border-radius: 8px;
    background-color: #E9E9FF;
}

.sidebar_item {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    color: #3D2A82;
    font-weight: 600;
    cursor: pointer;
}

.sidebar_item:hover {
    background-color: rgba(233, 233, 255, 0.5);
    border-radius: 8px;
}

.curriculum_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.curriculum_content_top h3 {
    margin-bottom: 0px!important;
}

.curriculum_content_bottom p {
    color: #31216B;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.curriculum_content_bottom ul {
    border-radius: 12px;
    background: #F0EEF5;
    padding: 20px;
    margin-bottom: 25px;
}

.curriculum_content_bottom ul li {
    color: #31216B;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 5px;
}

.curriculum_content_bottom ul li:last-child {
    padding-bottom: 0px;
}

.curriculum_content_bottom ul li i {
    color: rgba(24, 217, 49, 1);
    padding-right: 10px;
    font-size: 18px;
}

.curriculum_category {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 8px 6px 40px;
    border-radius: 32px;
    position: relative;
}

.curriculum_category.live-facilitated-session-class {
    color: #F51E1E;
    background-color: rgba(245, 30, 30, 0.12);
}

.curriculum_category.self-paced-learning-class {
    color: #5D5CFF;
    background-color: rgba(93, 92, 255, 0.12);
    padding-left: 30px;
}

.curriculum_category.assessment-class {
    color: #00A0AF;
    background-color: rgba(0, 160, 175, 0.12);
    padding-left: 30px;
}

.curriculum_category.live-facilitated-session-class:before {
    content: '';
    left: 10px;
    top: 8px;
    width: 22px;
    height: 16px;
    background-size: cover;
    background-image: url(../../images/svg/live-stream.svg)!important;
    position: absolute;
}

.curriculum_category.self-paced-learning-class:before {
    content: '';
    left: 10px;
    top: 8px;
    width: 17px;
    height: 17px;
    background-size: cover;
    background-image: url(../../images/svg/user-time.svg)!important;
    position: absolute;
}

.curriculum_category.assessment-class:before {
    content: '';
    left: 10px;
    top: 8px;
    width: 17px;
    height: 17px;
    background-size: cover;
    background-image: url(../../images/svg/assessment-alt.svg)!important;
    position: absolute;
}

.curriculum_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.curriculum_button span {
    margin: 0px 10px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 1040px) {
    #curriculum_section {
        padding: 60px 0px;
    }
    .curriculum_button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 900px) {
    .before_sidebar_items {
        padding-bottom: 10px;
    }
    .curriculum_holder {
        flex-direction: column;
    }
    .curriculum_sidebar {
        width: 100%;
        border-bottom: 1px solid rgba(3, 2, 82, 0.08);
        border-right: none;
    }
    .sidebar_items {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sidebar_item {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 28px;
    }
    .curriculum_content,
    .curriculum_sidebar {
        padding: 20px;
    }
    .curriculum_content_bottom>*:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 620px) {
    .curriculum_button {
        flex-direction: column;
    }
    .curriculum_button span {
        margin: 0px;
    }
    .curriculum_button span:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .curriculum_content_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .curriculum_content_top h3 {
        order: 2;
    }
    .curriculum_category {
        order: 1;
        margin-bottom: 10px;
    }
    .curriculum_content_top {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #curriculum_section {
        padding: 50px 0px;
    }
    .sidebar_item {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 26px;
    }
    .before_sidebar_items {
        font-size: 14px;
        line-height: 22px;
    }
    .curriculum_content_bottom ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .curriculum_content_bottom p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .curriculum_content_bottom ul li i {
        font-size: 16px;
    }
    .curriculum_category {
        font-size: 12px;
    }
    #curriculum_section h2 {
        font-size: 28px!important;
        line-height: 38px!important;
    }
}