.pagination-container {
  margin: 90px auto;
}
@media only screen and (max-width: 380px) {
  .news-date-button {
    padding: 4px !important;
  }
  .pagination-container {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 768px) {
  .news-page-title {
    margin-top: 30px;
  }
  .pagination-container {
    margin: 70px auto !important;
  }
  .news-title {
    font-size: 14px !important;
  }
  .news-clicks,
  .news-date-button,
  .news-see-more-text {
    font-size: 14px;
  }
  .news-details-container {
    padding: 0 20px;
    margin-bottom: 100px !important;
  }
}

/* news details css */

.news-details-container {
  max-width: 738px;
  margin-bottom: 182px;
}
