.header-container .header .header-title h1 
{
    color: #fff;
    font-family: 'centrale_sans_xbold',arial,sans-serif;
    font-size: 56px;
    font-weight: normal;
    text-transform: none;
    line-height: 60px;
    margin-top: 0px;
    text-shadow: 0 0 18px #333;
    letter-spacing: 2px;
}


.image-wrap {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
}

.image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-page-view p.image-wrap {
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}