.img-user-box-style{
    margin: 0;
}

.img-text-profile{
    display: flex;
    margin-top: 30px;
}

.text-user-profile{
    margin-left:26px ;
}

.text-user-profile p{
    color: #7b7b7b;
    font-size: 12px;
}

.text-user-profile h3{
    color: #7b7b7b;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 28px;
}

@media(max-width:991px){
    .text-user-profile h3 {
        margin-top: 10px;
    }

    .welcome .customer-data {
        display: block;
    }

    .user-area-container .welcome {
        padding: 0 15px;
        margin-bottom: 0;
    }

    h3.no-product-msg {
        font-size: 18px !important;
    }
}