@import url(https://cdn5.onboard.org/assets/alperiagroup/fonts/fonts.css);

body { margin: 0; padding: 0; }

.filter-container {
  display: flex;
  flex-direction: column;
}

.filter {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  background: none;
  font-family: "Akko W01", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #7A7A7A;
}

@media only screen and (min-width: 500px) {
  .filter-container {
    flex-direction: row;
    justify-content: end;
    /* margin-bottom: 40px; */
  }

  .filter {
    width: auto;
    min-width: 210px;
    margin-right: 40px;
  }
}