.vehicle-suggest__image {
  height: 70px;
}

.vehicle-product__dropdown {
  max-height: 250px;
  overflow-y: auto;
}

@media (max-width: 600px) {
  .vehicle-product__dropdown .menu {
    gap: 20px;
  }

  .vehicle-product__dropdown .menu .vehicle-suggest {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}