.did-you-know {
  .did-you-know__content {
    h4 {
      font-family: "AndesNeue";
      font-size: 19px;
      line-height: 21px;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #111B4E;
      margin: 0;
      font-feature-settings: 'liga' off, 'clig' off;

      em {
        color: #053FBE;
        font-weight: 700;
      }
    }

    ul {
      list-style-type: none;
    }
  }
}

@media (min-width: 984px) {
  .did-you-know {
    .did-you-know__content {
      h4 {
        font-family: "Cormorant Garamond";
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0;
        font-weight: 400;
      }
    }
  }
}
