.brand {
    margin: 0;
}

.brand .title {
    font-size: 60px;
    line-height: 1;
    margin: 10px 0;
}

.logo svg {
    width: 42px;
    height: 42px;
}

.article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: center;
}  

.subpage-header-title {
    color: #EF5520;
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 1.3rem;
}

.article p {
    color: #EF5520;
    font-family: "aaux-next", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 875px) {
    .subpage-header-title {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    .article p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 875px) {
    .navigation {
        height: 10vh;
    }

    .article {
        height: 90vh;
    }
}