.approach{
    display: flex;
    margin: auto;
    max-width: 1440px;
}

.approach_container{
    display: flex;
    padding: 64px 40px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.approach_container a{
    margin: auto;
}

.approach_title{
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.027vw;
    font-size: 2.708vw;
}

.approach_left{
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: 30.556vw;
    max-width: 440px;
    position: sticky;
    height: 330px;
    top: 64px;
}

.approach_medium{
    font-size: 1.389vw;
    font-weight: 500;
    line-height: 150%;
    color: #656769;
}

.approach_scroll{
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.approach_right{
    display: flex;
    width: 50%;
}

.approach_card{
    display: flex;
    flex-direction: column;
    height: 258px;
    padding: 36px;
    gap: 32px;
    border-radius: 12px;
    border: 1px solid #d9dadb;
    align-self: center;
    position: sticky;
    top: 64px;
    background-color: #eceded;
}

.approach_number{
    color: #ba282d;
    display: flex;
    padding: 0.417vw 0.938vw;
    border-radius: 0.556vw;
    border: 0.139vw solid #ba282d;
    font-size: 1.736vw;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.017vw;
    width: 1.042vw;
    max-width: 15px;
    height: 2.084vw;
    max-height: 30px;
}

.approach_content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.approach_large{
    font-size: 1.736vw;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.017vw;
    color: #ba282d;
}

.approach_small{
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 150%;
    color: #545454;
}

@media screen and (max-width: 768px) {
    .approach_container{
        padding: 72px 16px;
        gap: 52px;
        justify-content: initial;
        flex-direction: column;
    }

    .approach_title{
        font-size: 31px;
        letter-spacing: -0.31px;
    }

    .approach_left{
        width: auto;
        max-width: none;
        justify-content: initial;
        gap: 32px;
        position: initial;
        height: fit-content;
    }

    .approach_left .client_nav{
        display: none;
    }

    .approach_medium{
        font-size: 20px;
    }

    .approach_scroll{
        gap: 16px;
    }

    .approach_right{
        flex-direction: column;
        width: auto;
    }

    .approach_card{
        padding: 16px;
        border-radius: 12px;
        align-self: initial;
        top: 52px;
        height: 428px;
    }

    .current_card{
        padding: 16px;
        box-shadow: none;
    }

    .approach_number{
        padding: 4px 12px;
        font-size: 16px;
        width: 8px;
        max-width: none;
        color: #ba282d;
        border-color: #ba282d;
        height: 24px;
        max-height: none;
        border-radius: 8px;
        border-width: 2px;
        line-height: 150%;
    }

    .approach_large{
        font-size: 25px;
        letter-spacing: -0.25px;
    }

    .approach_small{
        font-size: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .approach_title{
        font-size: 39px;
        letter-spacing: -0.39px;
    }

    .approach_medium{
        font-size: 20px;
    }

    .approach_number{
        padding: 6px 13.5px;
        font-size: 25px;
        border-radius: 8px;
        letter-spacing: -0.25px;
        border-width: 2px;
    }

    .approach_content{
        gap: 24px;
    }

    .approach_large{
        font-size: 25px;
        letter-spacing: -0.25px;
    }

    .approach_small{
        font-size: 16px;
    }
}