#landing .page-title::before {
    content: unset;
}

#landing .page-title {
    padding-bottom: 0px;
}

@media screen and (max-width: 800px) {
    #landing .page-title {
        padding-top: 6rem;
    }
}

#landing .page-title h1 div:not(.professions) {
    font-size: 1.25em;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
}

#landing .page-title h1 .professions {
    margin-top: .75rem;
    font-weight: 300;
    font-size: clamp(calc(.5em - 1.25vw), .625em, calc(.5em + 1.5vw));
    letter-spacing: 0;
}

#landing .section {
    padding-block: 2.5rem;
}