/*global*/
.page_hero_column,
.page_title_section,
.page_content_section,
.related_posts_section {
    max-width: var(--global-width-mob-1);
}
.page_hero_title,
.post_headers,
.page_title_date,
.page_title_title,
.page_content_section,
.news_content_date,
.news_content_title,
.related_posts_title {
    font-family: var(--barlow-font-family);
}
.post_headers,
.news_content_date,
.news_content_title {
    color: var(--custom-color-050608);
}
.page_title_section,
.page_content_section,
.related_posts_section {
    margin: auto;
}

/*hero*/
.page_hero_section {
    width: 100%;
    margin: auto;
    min-height: 206px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.page_hero_column {
    width: var(--global-width-mob-1);
    text-align: left;
    position: relative;
}
.page_hero_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--custom-color-fff);
    font-weight: var(--global-font-weight-500);
    font-size: 48px;
    line-height: 58px;
}

/*content*/
.page_title_date {
    text-transform: capitalize;
    color: var(--custom-color-050608);
    font-weight: var(--global-font-weight-600);
    margin-top: 60px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.page_title_title {
    color: var(--custom-color-050608);
    font-size: 32px;
    font-weight: var(--global-font-weight-600);
    line-height: 39px;
    margin-top: 0;
    margin-bottom: 30px;
}

.page_content_section {
    color: var(--custom-color-666666);
    font-weight: var(--global-font-weight-400);
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
}

.hr_beneath_content {
    display: none;
}
.latest_news_cont a {
    text-decoration: none;
}
.latest_news_cont hr {
    margin-top: 0;
    margin-bottom: 45px;
}
.news_content_date {
    color: var(--custom-color-666666);
    font-weight: var(--global-font-weight-700);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.news_content_title {
    color: var(--custom-color-050608);
    font-weight: var(--global-font-weight-400);
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 45px;
}
.related_posts_title {
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 43px;
    color: var(--custom-color-050608);
    margin-top: 90px;
}

/*wp post editor*/
.wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-columns {
    margin-bottom: 10px;
    margin-top: 0;
    gap: 10px;
}
