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

.header-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
/* End Header */

/* Article */
#article {
    margin-bottom: 48px;
}

#article p {
    white-space: pre-line;
    line-height: 150%;
    margin-top: 32px;
}
/* End Article */


@media (max-width: 997.98px) {

    /* Header */
    .header-img {
        height: auto;
    }
    /* End Header */

}
