.back-link{
    height: 72px;
    line-height: 72px;
    a{
        color:#333;
        text-transform: uppercase;
        cursor: pointer;
    }
    a .fa{
      color:@brand-primary; 
      margin-right: 15px;
    }
}

#section{
    background: #fff;
    padding-bottom:60px;
    //font-family: 'Source Sans Pro', sans-serif;
}


.ahead{
    //font-family: @font-family-serif;
    text-align: center;
    font-size:18px;
    //font-style: italic;
    margin-bottom:30px;
    h3{
        color:@brand-primary;
        font-style: normal;
        font-weight: bold;
    }
}

 .center-content{  
     h1,h2,h3,h4,h5,h6{
        color:@brand-primary;
        font-style: normal;
        font-weight: bold;
        //font-family: @font-family-serif;
        text-align: center;
     }
 }

.h-title{
        //font-family: @font-family-serif;
        color: @brand-primary;
}
