.practice-banner {
    padding: 50px 0 100px;
}
.practice-banner-inner {
    text-align: center;
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
}
.practice-banner-inner h1 {
    color: var(--color-black);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 20px;
}
.practice-banner-inner p {
    color: var(--color-black);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.practice-navigation ul {
    display: flex;
    align-items: center;
    column-gap: 100px;
    border-bottom: 4px solid var(--color-black);
    padding-bottom: 8px;
}
.practice-navigation ul a {
    color: var(--color-black);
    font-family: var(--heading-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}
.practice-navigation ul a.active {
    color: var(--main2-color);
}
.practice-tab {
    padding: 50px 0 100px;
}
.practice-tab-inner {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tab-pane.active {
    display: block;
    opacity: 1;
}
.practice-tab-left {
    display: flex;
    flex-direction: column;
    background: var(--colorC3ECFF);
    width: 421px;
    flex:0 0 421px;
}
.practice-tab-left button {
    color: var(--color0063AB);
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    background: transparent;
    border: 0;
    padding: 20px 24px;
    border-bottom: 1px solid var(--color0063AB);
    transition: all 0.4s;
    cursor: pointer;
}
.practice-tab-left button:last-child {
    border-bottom: 0px solid var(--color0063AB);
}
.practice-tab-left button.active {
    background: var(--color0063AB);
    color: var(--color-white);
}
.practice-tab-right {
    background: var(--colorE4FFCE);
    padding: 30px;
    width: calc(100% - 421px);
}
.practice-tab-right-box h3 {
    color: var(--color-black);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
}
.practice-tab-right-box p {
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
/* .practice-tab-right-box img {
    width: 100%;
    max-width: 800px;
} */
.practice-tips-inner {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
    justify-content: center;
}
.practice-tab-right-box p:nth-child(2) {
    margin-bottom: 14px;
}
.practice-tips-box {
    border-radius: 50px;
    border:  1px solid  var(--colord8d8d866);
    background: var(--colorE4FFCE);
    padding: 40px;
    width: calc(50% - 15px);
}
.tips-count {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-family: var(--heading-family);
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}
.practice-tips-box p {
    color: var(--color-black);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 30px 0;
}
span.tips-text {
    color: var(--color-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
}
.practice-tips {
    padding-bottom: 100px;
}


@media(max-width:1200px){
    .practice-banner-inner h1 {
        font-size: 44px;
    }
    .practice-navigation ul {
        column-gap: 60px;
        border-bottom: 3px solid var(--color-black);
        padding-bottom: 6px;
    }
    .practice-navigation ul a {
        font-size: 20px;
    }
    .practice-banner {
        padding: 40px 0 80px;
    }
    .practice-tab-left button {
        font-size: 18px;
        padding: 18px 20px;
    }
    .practice-tab-left {
        width: 321px;
        flex: 0 0 321px;
    }
    .practice-tab-right {
        padding: 24px;
        width: calc(100% - 321px);
    }
    .practice-tab-right-box h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .practice-tab {
        padding: 40px 0 80px;
    }
    .practice-tips-box {
        padding: 30px;
    }
    .tips-count {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    .practice-tips-box p {
        font-size: 22px;
        margin: 20px 0;
    }
    span.tips-text {
        font-size: 16px;
    }
    .practice-tips {
        padding-bottom: 80px;
    }
}

@media(max-width:991px){
    .practice-banner-inner h1 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .practice-navigation ul {
        column-gap: 40px;
        border-bottom: 2px solid var(--color-black);
        padding-bottom: 4px;
    }
    .practice-navigation ul a {
        font-size: 18px;
    }
    .practice-banner {
        padding: 30px 0 60px;
    }
    .practice-tab {
        padding: 30px 0 60px;
    }
    .practice-tab-left button {
        font-size: 16px;
        padding: 16px 18px;
    }
    .practice-tab-right-box h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .practice-tab-right-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .practice-tips-box {
        padding: 24px;
        border-radius: 30px;
    }
    .practice-tips-box p {
        font-size: 20px;
        margin: 18px 0;
    }
    .tips-count {
        font-size: 26px;
    }
    .practice-tab {
        padding: 30px 0 60px;
    }
    .practice-tips {
        padding-bottom: 60px;
    }
    .practice-tab-left {
        width: 260px;
        flex: 0 0 260px;
    }
    .practice-tab-right {
        width: calc(100% - 260px);
    }
}

@media(max-width:767px){
    .practice-banner-inner h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .practice-banner-inner p {
        font-size: 14px;
    }
    .practice-banner {
        padding: 20px 0 40px;
    }
    .practice-navigation ul a {
        font-size: 14px;
    }
    .practice-navigation ul {
        column-gap: 20px;
    }
    .practice-tab {
        padding: 20px 0 40px;
    }
    .practice-tab-left button {
        font-size: 14px;
        padding: 14px 16px;
        text-align: center;
        order: 0;
        position: relative;
    }
    .practice-tab-left button.active {
        order: 1;
    }
    .practice-tab-left button:after{
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
    }
    .practice-tab-left button.active:after{
        border-top-color: var(--color0063AB);
    }
    .practice-tab-right {
        padding: 20px;
        width: 100%;
    }
    .practice-tab-right-box h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .practice-tab-inner {
        flex-flow: wrap;
    }
    .practice-tab-left {
        width: 100%;
        flex: 0 0 100%;
    }
    .practice-tips-inner {
        gap: 24px;
    }
    .practice-tips-box {
        width: 100%;
    }
    .tips-count {
        font-size: 24px;
    }
    .practice-tips-box p {
        font-size: 18px;
        margin: 15px 0 10px;
    }
}