.b2b-personal-manager {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
}

.b2b-personal-manager .card-img-actions {
    flex-basis: 136px;
    flex-shrink: 0;
    height: 136px;
}

.b2b-personal-manager .b2b-personal-manager-info {
    flex-basis: auto;
    white-space: nowrap;
}

.b2b-personal-manager .rounded-circle a:not(:first-child) {
    margin-left: .5rem;
}

.your_manager {
    text-align: center;
    margin-top: 20px;
}
.your_manager .your_manager-title {
    font-weight: bold;
}
.your_manager .your_manager-contact {
    margin: 5px;
}
.your_manager .your_maanger-contact .your_maanger-phone_number {
    font-weight: bold;
}
.your_manager .your_manager-call_back_button button {
    min-width: 170px;
    margin: 10px;
}
.your_manager .your_manager-icon {
    margin-bottom: 10px;
}

.your_manager-icon .icon-user-tie {
    display: none;
    font-size: 30px;
}
.your_manager-icon .icon-user {
    font-size: 30px;
}

.nav-item.your_manager {
    background: #3e495f;
    margin: 0 20px;
    border-radius: 10px;
    padding: 20px;
}
.nav-item.your_manager .your_manager-icon {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.nav-item.your_manager .your_manager-icon_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}