.batch-destinations { margin: 20px 0; }
.batch-destinations ol { columns: 3; max-height: 360px; overflow: auto; }
.batch-destinations li, .destination { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .batch-destinations ol { columns: 1; max-height: 420px; padding-left: 24px; }
  .page-head { flex-wrap: wrap; }
}
