.tab_container_box .tabNav_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.tab_container_box .tabNav_btns .tabNav_item {
    font-size: 40px;
    border: 1px solid #C9C9C9;
    font-family: 'ysbh';
    color: #C9C9C9;
    padding: 0 10px;
    margin: 0 25px;
    cursor: pointer;
}

.tab_container_box .tabNav_btns .tabNav_item:hover,
.tab_container_box .tabNav_btns .tabNav_item_active {
    border: 1px solid var(--c-sel);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: var(--c-sel);
}

.practiceResources {
    margin-top: 60px;
}

.main1 {
    max-width: 1276px;
    width: 100%;
    margin: 0 auto;
}

.tab_container_box .tabContMain {
    margin-top: 15px;
    background-image: var(--tabMain-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 51px 38px 29px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.tab_container_box .tabContMain .card_row {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 196, 0, .4);
    border-radius: 10px;
    padding: 30px;
}

.tab_container_box .tabContMain .text_left .title {
    display: flex;
    align-items: center;
}

.tab_container_box .tabContMain .text_left .title .icon {
    width: 51px;
    margin-left: 8px;
}

.tab_container_box .tabContMain .text_left .title h2 {
    font-family: 'ysbh';
    color: #727272;
    font-size: 50px;
    font-weight: normal;
}

.tab_container_box .tabContMain .text_left p {
    color: var(--main-c);
    font-size: 28px;
    text-align: center;
    font-family: 'pf_semibold';
    width: 100%;
}

.tab_container_box .tabContMain .text_left .desc_list {
    margin-top: 18px;
}

.tab_container_box .tabContMain .text_left .desc_list li {
    color: #727272;
    font-family: 'pf_semibold';
    font-size: 20px;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.tab_container_box .tabContMain .text_left .desc_list li::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #727272;
    border-radius: 100%;
    margin-right: 12px;
}

.tab_container_box .tabContMain .right_pic {
    width: 600px;
}

.tab_container_box .tabContMain .right_pic img {
    width: 100%;
}

.tab_container_box .tabContMain .line {
    width: 90%;
    height: 1px;
    background-color: #C9C9C9;
    margin: 36px auto;
}

.logoPic,
.logoPic img {
    width: 100%;
}

.tab_container_box .tabContMain button {
    display: flex;
    background-color: var(--main-c);
    width: 118px;
    height: 38px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 25px;
    margin: 0 auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: none;
    color: #fff;
    cursor: pointer;
}

.tab_container_box .tabContMain button span{
    padding-right: 6px;
}

.tab_container_box .tabContMain button:hover {
    background-color: var(--c-sel);
}

.tab_container_box .tabContMain a span {
    color: #fff;
}

.tab_container_box .tabContMain a .icon {
    width: 10px;
}

.magInterAssets {
    width: 100%;
    margin-top: 84px;
    padding: 0 121px 100px;
}

.magInterAssets .logos {
    width: 100%;
    margin-top: 52px;
}

.magInterAssets .logos img {
    width: 100%;
}

@media screen and (max-width:800px) {
    .tab_container_box .tabContMain {
        width: 95%;
        margin: 0 auto;
    }

    .tab_container_box .tabContMain .card_row {
        flex-direction: column;
    }

    .tab_container_box .tabNav_btns .tabNav_item {
        font-size: 30px;
    }

    .tab_container_box .tabContMain .text_left .title h2 {
        font-size: 40px;
    }

    .tab_container_box .tabContMain .text_left p {
        font-size: 20px;
    }

    .tab_container_box .tabContMain .text_left .desc_list li {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0;
    }

    .tab_container_box .tabContMain .right_pic {
        width: 100%;
        margin-top: 10px;
    }

    .magInterAssets {
        padding: 0 20px 20px;
        margin-top: 40px;
    }
    .magInterAssets .logos {
        margin-top: 20px;
    }
    .titles_desc {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .tab_container_box .tabNav_btns .tabNav_item {
        font-size: 20px;
    }

    .tab_container_box .tabContMain .text_left .title h2 {
        font-size: 28px;
    }

    .tab_container_box .tabContMain .text_left p {
        font-size: 18px;
    }

    .tab_container_box .tabContMain .text_left .desc_list li {
        font-size: 14px;
        line-height: 1;
        padding: 3px 0;
    }

    .tab_container_box .tabNav_btns {
        margin-top: 10px;
    }

    .tab_container_box .tabContMain {
        padding: 22px 20px 15px;
    }

    .tab_container_box .tabContMain .text_left .title .icon {
        width: 28px;
    }

    .tab_container_box .tabContMain .card_row {
        padding: 15px;
    }
}