.highlight-card .headline {
  background: #2A88C2;
  background: linear-gradient(270deg,rgba(42, 136, 194, 1) 0%, rgba(39, 118, 164, 1) 100%);
  padding: 3rem 1rem 1rem;
}

.highlight-card .headline .subheadline {
  color: #ee8333;
  font-weight: 400;
  text-transform: uppercase;
}

.highlight-card .headline > * {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .highlight-card .headline {
    width: 90%;
    background: none;
    background-image: url('../Images/Highlight/overlay-modern-back.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 4rem 2rem 2rem;
  }
}
