.background {
    background-image: url(/modules/whoweare/view/img/background.jpg);
    height: calc(100vh - 79.33px);
    padding: 0;
    margin-top: 79.33px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-title > div:nth-child(1) {
    font-size: 90px;
    font-weight: 600;
    color: var(--color-white);
    margin-top: 120px;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#page-title > div:nth-child(1) > div:nth-child(1) {
    background: var(--color-white);
    height: 8px;
    width: 110px;
    margin-left: auto;
}

.title-white > div:nth-child(1) {
    background: var(--color-white);
    height: 3px;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.white-space-pre-line {
    white-space: pre-line;
}

.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    max-width: 600px;
    line-height: 1.2;
}

.title-blue {
    color: var(--color-blue);
}

.title-green {
    color: var(--color-green);
}

.title-white {
    color: var(--color-white);
}

.text {
    text-align: center;
    max-width: 810px;
}

.text-hwidth {
    text-align: center;
    max-width: 1000px;
}

.text-white {
    color: var(--color-white);
}

.background-red {
    background-color: var(--color-red);
    padding: 90px 0px;
}