.pageBanner {
    display: flex;
    align-items: center;
    height: 25rem;
    background-position-y: center;
    position: relative;
    margin-bottom: 0.75rem;
    padding-bottom: 2rem;
}

#title > h1 {
    font-size: 5rem;
    color: #fff;
    text-shadow: 2px 2px 2px var(--main-color-dark);
}