.bannerText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marginLeft {
  margin-left: var(--spacing-small);
}
