.horizontal-search .customSelect.for-month {
  grid-column: 7 / span 7;
}

.horizontal-search .customSelect.for-language {
  grid-column: 1 / span 13;
  order: 5;
}

@media (min-width: 58.75em) {
  .horizontal-search .customSelect.for-year {
    grid-column: 5 / span 2;
  }

  .horizontal-search .customSelect.for-month {
    grid-column-start: 9;
    grid-column: 7 / span 2;
  }

  .horizontal-search .customSelect.for-language {
    order: 4;
    grid-column: 9 / span 2;
  }
}
