.wrapper {
    padding: 50px 44px;
    border-top: 20px solid #FAFAFA;
    background-color: #fff;
}

.title {
    line-size(36px);
    margin-bottom: 50px;
    color: dark-color;
}

.addressInfo{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

    p {
        color: alpha(dark-color, 0.5);
    }

    &Arrow{
        flex-shrink: 0;
        arrow(16px);
    }

    span{
        color: dark-color;
        font-weight: 600;
        line-size(28px);
        margin-right: 24px;
    }

    p{
        font-size: 26px;
        margin-top: 20px;
        margin-right: 55px;
        line-height: 36px;
    }

    &Icon{
        font-size: 26px;
        position: absolute;
        left: 20px;
    }

    .add{
        margin: 0;
        font-size: 30px;
        flex: 1;
        margin-left: 12px;

        &Icon{
            font-size: 40px;
            color: #8E8E8E;
        }
    }
}