

.faq{
    .split-line{
        height 1px
        width 100%
        background-color: #979797
        margin-top 48px
        margin-bottom 48px
        opacity: 0.2;
    }
    margin-top 32px
    box-sizing: border-box
    padding: 44px
    color: #2F2929
    &-head{
        font-size: 44px
        font-weight: 600
    }
    &-main{
        margin-top 72px
    }
    .qus{
        .sym{
            width 20px
            height 20px
            margin-right 28px
        }
        font-size: 32px
        font-weight: 500
        display: flex;
        justify-content: flex-start;
        line-height: 1.3
        span{
            margin-right 10px
            font-weight: 600
        }
    }
    .as{
        margin-top 32px
        font-size: 28px
        font-weight: 200
        color: #A77B53
        display: flex;
        // justify-content space-between
        line-height: 1.3
        span{
            font-size: 32px
            margin-right 10px
        }
    }
    &-all{
        font-size: 32px
        color: #E96858
        margin-left: 48px
        margin-top 64px
    }
}