html body.highcontrast a.eu.highcontrast {
  background-color: #ff0 !important;
}

@media (max-width: 767px) {
  .online-head .__title h1 {
    font-size: 2.8rem;
  }

  .article-body .__text h2,
  .article-body .__title h2 {
    font-size: 2.8rem;
  }

  .article-body .__text h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .article-body .__text iframe[src*="youtube.com/embed/"] {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
}
