.article-hero {
    padding: 20px 0 !important;
}

.stat-card {
    margin-top: 20px;
}

.home-about {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-course-section {
    margin-top: 10px;
}

@media (min-width: 1280px) {
    .stat-card {
        margin-top: 0px;
    }

    .home-about {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.article-details-content p {
    display: block;
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
    font-weight: 600;
}

h3 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3;
}

h4 {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}

h5 {
    display: block;
    font-size: 0.83em;
    font-weight: bold;
    line-height: 1.4;
}

h6 {
    display: block;
    font-size: 0.67em;
    font-weight: bold;
    line-height: 1.4;
}


@media (min-width: 1280px) {

    .article-details-content p {
        display: block;
        line-height: 1.5;
        font-size: 1.3rem;
        text-align: left;
        font-weight: 600;
    }

    /* Стили для заголовков */
    h1 {
        display: block;
        font-size: 2em;
        font-weight: bold;
        line-height: 1.2;
    }

    h2 {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.3;
    }

    h3 {
        display: block;
        font-size: 2em;
        font-weight: bold;
        line-height: 1.3;
    }

    h4 {
        display: block;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.4;
    }

    h5 {
        display: block;
        font-size: 0.83em;
        font-weight: bold;
        line-height: 1.4;
    }

    h6 {
        display: block;
        font-size: 0.67em;
        font-weight: bold;
        line-height: 1.4;
    }

}

/* Стили для ненумерованного списка */
.article-details-content ul {
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
}

/* Стили для нумерованного списка */
.article-details-content ol {
    display: block;
    list-style-type: decimal;
    padding-inline-start: 40px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
}

/* Стили для элементов списка */
.article-details-content li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin: 0.25em 0;
    line-height: 1.5;
}

/* Стили для вложенных списков */
.article-details-content ul ul, .article-details-content ol ul {
    list-style-type: circle;
    margin-block-start: 0;
    margin-block-end: 0;
}

.article-details-content  ol ol, .article-details-content ul ol {
    list-style-type: lower-latin;
    margin-block-start: 0;
    margin-block-end: 0;
}

.article-details-content ul ul ul, .article-details-content ol ul ul {
    list-style-type: square;
}

/* Стили для жирного текста */
.article-details-content strong {
    font-weight: bold;
}

.article-details-content b {
    font-weight: bold;
}

/* Дополнительные стандартные стили для семантической разметки */
.article-details-content em {
    font-style: italic;
}

.article-details-content i {
    font-style: italic;
}
