#quote-home-form .vehicle-product__dropdown {
  max-height: 700px;
  width: 600px;
}

@media (max-width: 600px) {
  #quote-home-form .vehicle-product__dropdown {
    width: 100%;
    max-height: calc(100vh - 350px);
  }
}

#quote-home-form .dropdown-rental-period {
  width: 420px;
}

@media (max-width: 600px) {
  #quote-home-form .dropdown-rental-period {
    width: 100%;
  }
}