.select2 .select2-selection {
  height: auto;
  background-color: #ededef;
  padding: 10px 17px;
  border-color: #ededef;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.125;
}
.select2 .select2-selection .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .select2 .select2-selection {
    padding: 13px 20px;
  }
}

@media (min-width: 992px) {
  .select2 .select2-selection {
    padding: 17px 24px;
    border-radius: 40px;
  }
}
