.page main{

}

.page .content h3::after{
    background: var(--mid-black);
}

main nav .cp-toc-title{
    display: none !important;
}

.page-caption{
    border-radius: .45em .45em 0 0;
    padding: 3em 0 4em;
    background-color: var(--green);
    text-align: center;
}

.page-caption h1{
    color: #fff;
    font-size: 1.2em;
}

@media screen and (min-width: 767px){
    .page-caption h1{
        font-size: 1.5em;
    }
}

.page .content h2:first-child,
.page .content h3:first-child{
    margin-top: 0 !important;
}

.page-content h3{
    background-color: #333;
}