.page-header-part{
    margin-top: 0px;
    height: 100vh;
    min-height: 200px;
}

.page-header-part-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -2;
    margin-top: 50px;
    padding-bottom: 100px;
}

main{
    padding-top: 1px;
    z-index: 1;
}

.page-header-part-wave-design-element{
    height: 20%;
    width: 100%;
}   

.page-header-part-content{
    margin-top: 120px;
    height: calc(80% - 120px);
}

.page-header-part-overlay{
    background-color: rgba(0, 0, 0, 0.3);  
}

.page-heading--mobile{
    margin-top: 150px;
}

.page-heading-separator{
    height: 2px;
    width: 60%;
    min-width: 200px;
    background-color: var(--accentColor);
}

.page-header-part, .page-header-part-image-wrapper img {
    min-height: 700px;
}

article a {
    color: var(--accentColor);
}

article a:hover {
    text-decoration: underline;
}

.heading-badge {
    border-radius: 32px;
    background: rgba(0, 166, 226, 0.10);
    display: flex;
    width: fit-content;
    color: #00A6E2;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
}


/* Font sizes */

.page-article h1, .page-article h2, .page-article h4, .page-article h5, .page-article h6{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.page-article .wp-block-heading {
    margin-top: 48px;
}

.page-article li {
    margin-bottom: 24px;
}

.page-article p {
    margin-bottom: 20px;
}