#lefti i { font-size: 32px;padding-left: 20px}

.icon-chevron-left:before{
    font-family: 'FontAwesome';
    content: '\f053';
}
.icon-chevron-right:before{
    font-family: 'FontAwesome';
    content: '\f054';

}


   .btn-link{
       color:#223a66
   }

#pages ul li::before{
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    margin-right: 8px;
    top: 0;
    content: "\f192";
    font-family: var(--icon-font), serif;
    color: #3a80ff;
}