.page-header {
    position: relative;
    padding-top: 90px; }
@media screen and (min-width: 768px) {
    .page-header {
        padding-top: 100px; } }
.page-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -140px;
    height: 360px;
    background-color: #f4f8fe; }
@media screen and (min-width: 768px) {
    .page-header::before {
        bottom: -110px;
        height: 320px; } }
.page-header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0; }
@media screen and (min-width: 768px) {
    .page-header__inner {
        flex-direction: row;
        align-items: center;
        padding: 22px 10px; } }
.page-header__title {
    font-size: 22px;
    line-height: 48px;
    margin-bottom: 10px; }
.page-header__cta-btn {
    display: flex !important;
    align-items: center; }
.page-header__cta-btn-icon {
    margin-right: 10px; }