/* Единый стиль h1 и h2: без иерархии */
.uk-article h1,
.uk-article h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;        /* фиксированный размер шрифта */
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    margin: 1rem 0;
}