
.hvr-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hvr-container #hvr-name{
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 70%;
    display: flex;
    align-items: center;
}

.hvr-container #hvr-name > span{
    font-family: sfUiDisplayHeavy;
    font-size: 30px;
    color: #686868; 
}

.hvr-container #hvr-name > div{
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 18px;
    font-family: sfUiDisplayHeavy;
    white-space: nowrap;
}

.user-compliment{
	color: #fff;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px;
    padding: 2px 5px;
    min-width: 30px;
}

.hvr-container #hvr-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f0b259;
    color: #fff;

    overflow: hidden;
    position: relative;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 75px;
}

.hvr-container #hvr-image > div.image,
.hvr-container #hvr-image > div.image-role{ 
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.hvr-container #hvr-image > div.image-role{ 
    background-image: url("../img/role.png");
    background-color: #f0b259;
    background-size: auto;
}

.information-items {
    display: flex;
}

.information-item {
	justify-content: flex-start!important;
	height: 275px;
}

.information-item-title{
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}

.information-item-content{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.information-items > div {
	flex-basis: 100%;
    border-left: 1px solid #979797;
    padding: 0 46px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.information-items > div:nth-child(1) {
    border-left: none;
    padding-left: 18px;
}