.pager {
    color: #DD4B50;
    text-align: justify;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2.38px; 
    text-align: center;
    margin-bottom: 0px; }

.pager {
    span {
        &.current_page {
            color: #000;
        }
        a {
            color: inherit;
        }
        padding: 0 5px;
        margin: 0 5px; 
    }
    span.page_num+span.page_num:before {
            content: '|';
            margin-right: 15px;
            color: #BCBCBC;
            text-align: justify;
            font-family: Barlow;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 26px;
            letter-spacing: 2.38px; 
    }    

}

