.bg-cover {
    background-color: var(--oxford-blue);
}

article .wrapper,
article.wrapper {
    padding: 3rem 2rem 1rem;
}

article.page-contents .title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

p.sub-text,
.list li {
    color: var(--black-a80);
}

.list li {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.475rem;
}

.wrapper p.sub-text {
    margin-bottom: 20px;
}

.inline-link {
    text-decoration: none;
    color: var(--azure);
    cursor: pointer;
}

.inline-link:hover,
.inline-link:active {
    text-decoration: underline;
}

.list {
    padding-left: 25px;
}

.list>li {
    margin-bottom: 8px;
}

@media (min-width: 1360px) {
    article.page-contents .title {
        font-size: calc(1.4rem * 1.15);
    }
}

@media (max-width: 1080px) {
    article.page-contents .title {
        font-size: 1.25rem;
    }
}

@media (min-width: 501px) and (max-width: 640px) {

    article .wrapper,
    article.wrapper {
        padding: 2rem 1.5rem 1rem;
    }

    article.page-contents .title {
        font-size: 1.15rem;
    }
}

@media (min-width: 501px) {

    p.sub-text,
    .list li {
        font-size: 16px;
    }
}

@media (max-width: 500px) {

    article .wrapper,
    article.wrapper {
        padding: 1.5rem 1rem 1rem;
    }

    article.page-contents .title {
        font-size: 1.1rem;
    }
}