.paragraph--type--hero-background-video .field--foreground-text a.plain, .hero-mobile-text a.plain {
    color: white;
    text-transform: none;
    border: 0;
}

.paragraph--type--hero-background-video .field--foreground-text a.plain:hover, .hero-mobile-text a.plain:hover {
    color: #fd0;
}

.fact .fact__image {
  max-width: 110px;
  margin: 0 auto;
  display: block;
}

.fact .fact__image-wrapper {
  padding: .525em .15em;
  border-right: 1px solid #0067b9;
  padding-right: 36px;
  width: 150px;
}

@media (max-width:  900px) {
  .fact .fact__image-wrapper {
    border-right: 0;
    padding-top: 60px;
    width: auto;
    padding-right: unset;
  }
  .fact .fact__image {
    max-width: 110px;
  }
}