.text-center {
    text-align: center;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-num:not(:disabled) {
    cursor: pointer;
}

.page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #f48201;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #f48201;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-num-current {
    z-index: 1;
    color: #fff !important;
    background-color: #f48201;
    border-color: #f48201;
}

.page-link:hover {
    z-index: 2;
    color: #f48201;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.mt-4,
.my-4 {
    margin-top: 50px !important;
}
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ArticleBox>p{
    outline: 0px; 
    clear: both; 
    min-height: 1em;  
    letter-spacing: 1px; 
    text-indent: 28px; 
    background-color: rgb(255, 255, 255); 
    line-height: 3em; 
}
.ArticleBox>p span{
    max-width: 100%;
    font-size: 18px; 
}