#resources .section-grid {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
#resources .section-grid img[src*=".svg"] {
    display: inline-block;
    margin-bottom: 1.5rem;
}
#resources .section-grid .grid-image-wrapper {
    display: inline-block;
}
#resources .section-grid .grid-image-wrapper + h3 {
    display: inline-block;
    margin-left: 1.125rem;
    margin-bottom: 1rem;
    vertical-align: bottom;
}
#resources .section-grid p {
    font-size: 1.25rem; /* 20px */
    margin: 0 0 calc(1.5em - 3px);
}
#resources .section-grid .links-list {
    font-size: 1.125rem; /* 18px */
    margin: calc((1.5em - 3px) - ((1.5em - 3px) / 3)) 0;
}
@media screen and (min-width: 420px) {
    #resources .section-grid .links-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 2.5rem;
           -moz-column-gap: 2.5rem;
                column-gap: 2.5rem;
    }
}
@media screen and (min-width: 768px) {
    #resources .section-grid .links-list {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
    }
}
