.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.align-center{ text-align:center !important;}

.header {
    box-shadow: 0 1px 3px #ccc !important;
    background: #f5f5fb !important;
}

.page-title{
   border-bottom: 1px solid #ccc;
   letter-spacing: 0.5em;
}
h2.center-title {
    font: 400 37px "PT Sans Narrow",Arial,sans-serif;
    margin: 60px 20px 20px 20px  !important;
    text-transform: uppercase;
    text-align: center;
}

h2.center-title::after {
    z-index: 2;
    content: " ";
    display: block;
    padding-top: 7px;
    border-bottom: 2px solid #B7BBBF;
    width: 73px;
    margin: 0px auto;
}

.first-segment {
   padding-top:60px;
   padding-bottom:60px;
}

.fact-circle {
    background: #eef;
    width: 220px;
    height: 220px;
    border-radius: 50% !important;
    margin: 0 auto;
   text-align: center;
}
.fact-circle strong{
   display: block; 
   font-size: 80px;
   text-transform: none;
   margin-bottom: 2px;
}
