/* Header */
.page-header {
    padding-top: 3rem;
    padding-bottom: 48px;
}

.header-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 24px;
}

.header-desc {
    white-space: pre-line;
}
/* End Header */

/* Articles */
.articles-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.articles-gutter > [class^="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

.articles-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
}

.articles-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.articles-link:hover {
    color: var(--accent-darker);
}
/* End Articles */


@media (max-width: 767.98px) {

    /* Header */
    .page-header {
        padding-top: 2rem;
    }
    /* End Header */

}
