.left-block {
    background-image: url(../../../img/contacts-page/bg-rose.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position-x: right;
    background-position-y: 50px;
    /*min-height: 300px;*/
}

.right-menu-block #profile_menu_label div {
    width: 150px;
    clear: both;
    margin: 0 auto;
    float: right;
}

.right-menu-block .flower-center {
    width: 150px;
    margin:0 auto;
    padding-bottom: 15px;
    float: right;
}

.right-menu-block ul.profile-menu li {
    list-style-type: none;
}

.right-menu-block ul.profile-menu {
    clear: both;
}

.right-menu-block ul.profile-menu li i.fas {
    width: 25px;
    text-align: right;
}

.order-data-columns {
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

h1{
    font-size: 2rem;
}