@media screen and (min-width: 768px) {
  .news-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.news-filter__select {
  flex: 0 0 172px;
}
.news-filter__tabs {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .news-filter__tabs {
    margin-bottom: 0;
  }
}
.news-cards__page {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.news-cards__card {
  margin-bottom: 24px;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .news-cards__card {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 1440px) {
  .news-cards__card {
    flex: 0 0 calc(33% - 12px);
  }
}
.news-cards__pagination-button:not(._visible) {
  display: none;
}
.news__title {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .news__title {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 80px;
  }
}
.news__filter {
  margin-bottom: 24px;
}
.news__line {
  margin-bottom: 24px;
}
