.title-box {
    display: flex;
    align-items: center;
}

.drawer_title {
    font-family: 'PingFangSC SNaNpxibold';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02px;
    line-height: 13px;
    text-align: center;
    color: #151515;
    margin: 16px auto;
}

.drawer_text {
    font-family: 'PingFangSC';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #292929;
    margin: auto 24px;
}