  #resources h3 {
    margin-top: 1.2rem;
}
@media(min-width:768px) {
#resources .u-grid3Columns div {
    border: 5px solid var(--gfColors-slate15);
    padding: 0rem 1.2rem;
}
}
@media(min-width:768px) and (max-width:992px) {
#resources .u-grid3Columns {
    grid-template-columns:1fr 1fr;
}
}

/* Grading and Exams page */
 
#gradingExams .u-grid2Columns div {
     background-color:rgba(243,245,248,.5);
     padding: 0 1.5rem 1rem;
}
#gradingExams h3 {
    margin-top:1.75rem;
}

/* graduation resources */

@media(max-width:768px) {
#grad-resources h2.u-thirstySoftExtraBold {
    font-size:2rem;
}
}
