.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px; }
#news p {
  /*color: #878787;
  margin-bottom: 44px;
  text-align: center;*/
 }

.date {
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #49ABD0;
  margin-bottom: 0px; 
  color: #49ABD0;
}

#news .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px; }

#news h2 {
  font-size: 24px;
  color: #49ABD0;
  font-weight: 500;
  margin-bottom: 10px; }

.news_img {
  margin-top: 24px; }

 #news .sub-title {
  color: #878787;
  text-align: center;
  font-weight: 500;
  margin-bottom: 42px;
 }


.pagination {
  /*margin-bottom: 120px;*/ }

@media (max-width: 430px) {
  .news_img {
    width: calc(100% + 16px);
    left: -8px;
    margin-top: 24px;}
  .date {
    font-size: 20px;
    text-align-last: left; }
  .article_title {
    color: #4F4F4F;
    font-size: 17px;
    text-align-last: left; }
  .sub_title {
    color: #4F4F4F;
    font-size: 17px;
    text-align: center; }
  .pagination {
    margin: 60px 0px 54px; }
  #news .title {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px; }
    #news .sub-title {
        text-align: left;
        margin-bottom: 24px;
    }
}
