.areas{
    display: flex;
    max-width: 1440px;
    margin: auto;
    padding: 8.333vw 2.778vw 3.889vw 2.778vw;
    box-sizing: border-box;
}

.smooth{
    position: relative;
    border-radius: 0.833vw 0.833vw 0 0;
    margin-top: -8.33vw;
}

.smooth_end{
    border-radius: 0.833vw;
    margin-top: -0.833vw;
    position: relative;
    z-index: 2;
}

.areas_text{
    display: flex;
    gap: 7.431vw;
    position: relative;
}

.areas_left{
    position: sticky;
    font-size: 2.708vw;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.027vw;
    height: 7.986vw;
    top: 8.333vw;
    width: 38.542vw;
    max-width: 555px;
    color: #202020;
}

.areas_right{
    display: flex;
    flex-direction: column;
    width: 48.472vw;
    max-width: 698px;
    gap: 3.889vw;
}

.areas_info{
    display: flex;
    gap: 3.333vw;
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 150%;
}

.areas_info_L{
    width: 22.569vw;
    max-width: 325px;
}

.areas_info_R{
    color: #656769;
    width: 22.569vw;
    max-width: 325px;
}

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

.areas_frame{
    display: flex;
    flex-direction: column;
    border-top: 0.069vw solid #9fa3a5;
}

.areas_card{
    display: flex;
    padding: 1.667vw 0;
    justify-content: space-between;
}

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

.areas_open{
    display: flex;
    flex-direction: column;
    width: 32.500vw;
    max-width: 468px;
}

.areas_description{
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 150%;
    color: #202020;
    margin-bottom: 1.667vw;
}

.areas_more{
    display: flex;
    flex-direction: column;
    font-size: 1.111vw;
    line-height: 150%;
    margin-bottom: 1.667vw;
}

.areas_list{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 30px;
    gap: 0.833vw;
}

.areas_element{
    color: #ba282d;
    font-weight: 700;
}

.areas_element span{
    color: #545454;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .areas{
        padding: 72px 16px;
    }

    .smooth{
        border-radius: 12px 12px 0 0;
        margin-top: -12px;
    }

    .smooth_end{
        border-radius: 12px;
        margin-top: -12px;
    }

    .areas_text{
        flex-direction: column;
        gap: 32px;
    }

    .areas_left{
        font-size: 31px;
        width: auto;
        height: auto;
        position: initial;
    }

    .areas_right{
        width: 100%;
        gap: 32px;
    }

    .areas_info{
        flex-direction: column;
        gap: 24px;
        font-size: 16px;
    }

    .areas_info_L, .areas_info_R{
        width: auto;
        max-width: none;
    }

    .areas_frame{
        border-top: 1px solid #9fa3a5;
    }

    .areas_card{
        padding: 24px 0;
        align-items: center;
    }

    .areas_title{
        font-size: 20px;
    }

    .areas_open{
        width: 100%;
        max-width: none;
    }

    .areas_description{
        margin-bottom: 24px;
        font-size: 16px;
    }

    .areas_more{
        margin-bottom: 24px;
        font-size: 16px;
    }

    .areas_list{
        padding-left: 20px;
        gap: 24px;
    }
}

@media screen and (min-width: 1440px){
    .areas{
        padding: 120px 40px 56px 40px;
    }

    .smooth{
        border-radius: 12px 12px 0 0;
        margin-top: -12px;
    }

    .smooth_end{
        border-radius: 12px;
        margin-top: -12px;
    }

    .areas_text{
        gap: 107px;
    }

    .areas_left{
        font-size: 39px;
        letter-spacing: -0.39px;
        top: 120px;
        height: 115px;
    }

    .areas_right{
        gap: 56px;
    }

    .areas_info{
        gap: 48px;
        font-size: 16px;
    }

    .areas_frame{
        border-top: 1px solid #9fa3a5;
    }

    .areas_card{
        padding: 24px 0;
    }

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

    .areas_description{
        font-size: 16px;
        margin-bottom: 24px;
    }

    .areas_more{
        font-size: 16px;
        margin-bottom: 24px;
    }

    .areas_list{
        gap: 12px;
    }
}
