#resources_body {
    margin-bottom: 2em;
    margin-top: 1.5em;
    border-radius: 5px;
}

#site-container .student-resources .container h2:first-child span {
    overflow-wrap: break-word;
    padding: 0.5rem;
    margin-bottom: 1.6rem !important;
    font-size: 2.7rem !important;

    @media (min-width: 700px) {
        font-size: 3rem !important;
    }
}

.student-resources h2{
    font-size: 1.7rem;
    text-transform: uppercase;
    color: green;
    padding-top: 10px;
    overflow: hidden;
}

.student-resources li
{
    font-size: 18px;
    padding-top: 10px;
}

/*color for links*/
.student-resources a{
    color:#004691;
}
