/** Shopify CDN: Minification failed

Line 27:10 Expected identifier but found whitespace
Line 27:11 Unexpected "#1D3E50"

**/
.page-header-banner {
    display: flex;
    position: relative;
}
.page-header-text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.page-header-text .rich-text__caption {
    color: #77c6b0;
    font-size: 21px;
}
.page-header-text .rich-text__heading
    color: #1D3E50;
}