.default-article__gallery .article-header {
    height: 50vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.default-article__gallery .article-header:before {
    content: "";
    background-image: linear-gradient(to top, rgb(0 0 0 / .8), rgb(0 0 0 / .4), rgb(0 0 0 / .2));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.default-article__gallery .article-header .article-header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.default-article__gallery .article-header__title {
    font-family: 'PTSerif', sans-serif;
    font-size: 60px;
    color: #fff;
    margin: 0 0 20px 0;
    z-index: 1;
}


@media (max-width: 960px) {
    .default-article__course .article-header {
        height: 35vh;
        min-height: 330px;
    }

    .default-article__course .article-header__title {
        font-size: 40px;
    }
}