.page__container {
    max-width: 80rem;
    margin-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.description > h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.description ul {
    padding-left: 1.0625rem;
    margin-bottom: 2.25rem;
}
.description ul li {
    list-style-type: disc;
}
.description ul li:not(:last-child) {
    margin-bottom: .4375rem;
}
.description > p {
    font-size: 1.0625rem;
    line-height: 1.5;
}
.description > p:not(:last-child) {
    margin-bottom: 2.25rem;
}
.description > p a {
    display: inline-block;
    color: var(--blue);
    font-weight: 700;
}
@media (max-width: 1366px) {
    .page__container {
        max-width: 70rem;
    }
}
@media (max-width: 768px) {
    .description > h2 {
        font-size: 1.1875rem;
    }
    .description > p {
        font-size: .9375rem;
    }
    .description ul li {
        font-size: .9375rem;
    }
}