.cert-page--header {
    margin: 0 0 24px;
}
.cert-page--subheader {
    font-family: var(--textFont);
    font-weight: 600;
    font-size: 19px;
}
.cert-page--actions {
    margin: 24px 0 0 0;
    padding: 0;
    font-family: var(--textFont);
    font-weight: 600;
    font-size: 19px;
}
.cert-page--todo {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
}
.cert-page--todo::before {
    content: "•";
    margin: 0;
    padding: 0 12px 0 0;
}
.cert-page--accordion {
    margin: 24px 0 0 0;
}

@media screen and (min-width: 768px) {
    .cert-page--header {
        margin-bottom: 40px;
        max-width: 900px;
    }
    .cert-page--subheader {
        font-size: 24px;
    }
    .cert-page--actions {
        margin-top: 40px;
        padding: 0;
        font-size: 24px;
    }
    .cert-page--todo {
        font-size: 19px;
    }
    .cert-page--accordion {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1024px) {
}