/* Keep the desktop duration note on the same left edge as its CTA. */
@media (min-width: 700px) {
  .intelle-quiz-actions .intelle-quiz-help {
    justify-self: start;
    min-width: 220px;
    text-align: left !important;
  }
}
