.page_head {
    background-color: #ffffff;
    min-height: 26.25em;
    box-sizing: border-box;
    display: flex;
    border-radius: 1.25em;
}
.page_head:not(:last-child) {
    margin-bottom: 5em;
}
.page_head_col {
    box-sizing: border-box;
    width: 50%;
    padding: 3.75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.page_head_col:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.page_head_col:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.page_head .sect_title {
    text-align: left;
    text-transform: unset;
}