.page-title-banner {
    width: 100%;
    background-color: var(--bs-cream);
    padding: 100px 50px;
}

.page-title-banner__title {
    margin: 0;
    font-family: 'ABC Prophet', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 48px;
    color: var(--bs-ink);
}
