.section_tabs_with_description {
    padding: 80px 0px;
}

.tabs_header {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.tabs_item_header {
    width: calc(100%/3 - 20px);
    margin: 0px 10px;
    background-color: #E9FAFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.tabs_item_header:not(.activ_tab) {
    cursor: pointer;
}

.tabs_item_header.activ_tab {
    background-color: #31216B;
}

.tabs_item_header.activ_tab h3 {
    color: #fff;
}

.tabs_item_header.activ_tab p.description {
    color: #fff;
}

.tabs_item_header:hover {
    background-color: #31216B;
}

.tabs_item_header:hover h3 {
    color: #fff;
}

.tabs_item_header:hover p.description {
    color: #fff;
}

.cs_header_holder_section.bootcamp_page_inner {
    background: #fff;
}

.tabs_item_header h3 {
    margin: 0px 0px 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #31216B;
}

p.description {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #31216B;
}

.tabs_item_content {
    display: none;
}

.tabs_item_content.active_content {
    display: block;
}

.tabs_content {
    padding-top: 50px;
}

.tabs_item_content_inner {
    display: flex;
    align-items: center;
}

.page-id-258984 .t_content_left {
    width: 75%;
}

.page-id-258984 .t_content_right {
    width: 25%;
}

.t_content_left {
    width: 50%;
    padding-right: 50px;
}

.t_content_left h4 {
    margin: 0px 0px 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #31216B;
}

.t_content_right {
    width: 50%;
    line-height: 0px;
}

.t_content_right img {
    width: 100%;
}

.t_content_left li,
.t_content_left p {
    margin: 0px 0px 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #31216B;
}

.t_content_left li:last-child,
.t_content_left p:last-child {
    margin-bottom: 0px;
}

.t_content_left ul {
    list-style: disc;
    padding-left: 20px;
}

.t_content_left p a {
    margin: 0px;
}

.section_tabs_with_description h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    text-align: center;
    margin: 0px 0px 30px;
    -webkit-font-smoothing: auto;
}

.section_tabs_with_description .container>p {
    font-size: 18px;
    line-height: 32px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .section_tabs_with_description {
        padding: 60px 0px;
    }
    .tabs_item_header {
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .tabs_content {
        padding-top: 10px;
    }
}

@media screen and (max-width: 850px) {
    .tabs_item_content_inner {
        flex-direction: column;
    }
    .page-id-258984 .t_content_left,
    .t_content_left {
        order: 2;
        width: 100%;
        padding-right: 0px;
        margin-top: 30px;
    }
    .page-id-258984 .t_content_right,
    .t_content_right {
        order: 1;
        width: 100%;
        text-align: center;
    }
    .t_content_right img {
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    .tabs_item_header {
        width: calc(100% - 20px);
    }
    .section_tabs_with_description .container>p {
        font-size: 16px;
        line-height: 32px;
        margin: 0 auto 30px;
    }
    .section_tabs_with_description h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 0px 0px 20px;
    }
    .section_tabs_with_description {
        padding: 50px 0px;
    }
}