
.news-list .card {
  box-shadow: none;
}
.news-list figure {
  padding: 0px!important;
}
.news-list .card-footer {
  padding-top: 1rem!important;
}
.news-list .post-content span {
  color: #31a197;
}

@media (max-width:767px){
  .news-list figure {
    margin: 0px;
  }
  .news-list .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news-list .card-footer {
    padding: 0.5rem 0px 0rem!important;
  }
  .news-list .post-title {
    margin-bottom: 1rem!important;
  }
   .news-list .container {
    padding-top: 2rem !important;
   }
   .news-list .page-item .col-lg-8 {
    padding: 0px 0.5rem!important;
   }
   .page-pagination {
    padding:0px 0px 7rem!important;
   }
}  




/* news-tab */
.news-tab .page-tab {
  border-bottom: 2px solid #f0f0f0;
}
.news-tab .page-tab .page-item {
  border-bottom: 0.4em solid #d9d9d9;
}
.news-tab .page-tab .page-item  a {
  color: #000;
  padding: 0px 1.25em;
}
.news-tab .page-tab .page-item.on {
border-bottom-color: #31a197;
}

@media (max-width:767px){
  .news-tab .container{
    padding-top: 1.5rem!important;
  }
}

