.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}

.filter-title {
  font-size: 16px;
  color: var(--text-color);
}