/* Mobile only: do not break the word «Контрольний» in stage 09. */
@media (max-width: 600px) {
  html[lang="uk"] #implementation .imp-stage-card[data-imp-step="8"] > strong {
    font-size: clamp(11.4px, 3.2vw, 12.8px) !important;
    letter-spacing: -.025em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    text-wrap: wrap !important;
  }
}
