.page-header {
    padding-bottom: 24px;
}

.header-img {
    width: 100%;
    height: 24vw;
    object-fit: cover;
}

.article-paragraph {
    line-height: 160%;
}

#article {
    margin-bottom: 24px;
}

.article-desc {
    white-space: pre-line;
}

@media only screen and (max-width: 767.98px) {
    .header-img {
        height: 40vw;
    }
}
