#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 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;
    }
}

#page-footer p {
    margin-bottom: 1em;
}

@media screen and (min-width: 768px){
    #page-footer .row {
        -webkit-display: flex;
                display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
    #page-footer .cta-link {
        display: block;
        text-align: center;
    }
}
