@media (min-width: 681px) {
  .vb-activation__route li {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .vb-activation__marker strong {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 680px) {
  .vb-activation__route li {
    gap: 1rem;
  }

  .vb-activation__marker {
    gap: .2rem;
    padding-bottom: .15rem;
  }

  .vb-activation__marker strong {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .vb-activation__copy h3 {
    margin-bottom: .6rem;
    font-size: 1.5rem;
    line-height: 1.05;
  }
}
