.news-list-section .news-content, .news-item .blog-listing-content{
  padding: 30px;
}

.news-item .blog-listing-title{
  font-size: 16px; 
  line-height: 22px;
}

.news-item .blog-listing-date{
  margin-bottom: 10px; 
  font-size: 13px;
}

.news-item .blog-listing-date .icon{
  margin-right: 4px;
  font-size: 18px;
  vertical-align: bottom;
}

.news-list-section{
  padding-top: 20px !important; 
}

.blog-pagination-center a.active, .blog-pagination-center a:hover {
    color: #fff;
    background-color: #f79440;
}

.blog-pagination-left{
    margin-top: 25px !important;
}

.blog-pagination-center a {
    display: inline-flex;
    align-items: center;
    color: #44525a;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 1.2;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none;
}


.blog-pagination {
      justify-content: center !important;
}

.blog-pagination-right{
    margin-top: 25px !important;
      margin-right: 30px;
}

.blog-pagination-left a,.blog-pagination-right a{
  
 display: inline-flex;
    align-items: center;
    color: #44525a;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 0;
    background-color: transparent;
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 1.2;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none; 
  
}

.blog-pagination-center a.active, .blog-pagination-center a:hover,
.blog-pagination-left a.active, .blog-pagination-left a:hover,
.blog-pagination-right a.active, .blog-pagination-right a:hover{
    color: #fff;
    background-color: #f79440;
}

.blog-pagination{
 position:relative; 
}

.news-list-section .pager{
    right: 0;
    position: absolute;
}
}