.filter-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-bottom: 2px solid #a6a6a6;
  padding-bottom: 10px;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.filter-dropdowns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}

.filter {
  background-color: white;
  font-size: 15px;
  border: 1px solid #a6a6a6;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  height: 30px;
  width: 100%;
  max-width: 200px;
}
