@media (min-width: 1200px) {
  .driver-name-line h1 {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1;
  }
}
