.news {
  background: #809988;
  padding: 80px 0;
  margin-bottom: 70px;
}

.title-wrap {
  color: #fff;
  text-align: center;
}

.news h1 {
  font-size: 6.5rem;
}

.sub-title {
  font-size: 1.4rem;
}

.news-filter {
  list-style: none;
  margin-top: 60px;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.news-filter a {
  background: #6c8273;
  color: #fff;
  padding: 0 10px;
}

.news-filter a.current {
  background: #fafafa;
  color: #7a8d80;
}

.news-list {
  list-style: none;
  max-width: 800px;
  margin: 57px auto 0;
}

.news-date,
.news-title {
  color: #fff;
}

.news-item a {
  display: grid;
  grid-template-columns: 120px 120px 1fr 19px;
  align-items: center;
  padding: 25px 20px;
  text-decoration: none;
  border-bottom: 1px solid #cecece;
}

.news-arrow {
  transition: all 0.3s;
}

.news-item a:hover .news-arrow {
  transform: translateX(10px);
}

.news-category span {
  padding: 0 10px;
  display: inline-block;
  background: #fafafa;
  color: #6c8273;
}

.news-title {
  padding-left: 12px;
}

.pagination {
  margin-top: 60px;
  color: #fff;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  list-style: none;
}

.pagination a,
.pagination span {
  display: block;
  padding: 2px 6px;
}

.pagination .dots {
  line-height: 1;
}
