.category_dx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category_sort_by {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.select_sort option {
  position: absolute;
  background-color: var(--bkg-category-color);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 20px;
}
.news_list_category_b {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
