.subPagesGrid-gov {
    display: grid;
    grid-gap: 30px;
    justify-items: center;
    padding: 30px 0;
}
.subPagesGrid-sen {
    display: grid;
    grid-gap: 30px;
    justify-items: center;
    padding: 30px 0;
}
.subPagesGrid-pres {
    display: grid;
    grid-gap: 30px;
    justify-items: center;
    padding: 30px 0;
}

.voterGuide a.voterGuide {
    color: #fff;
    border: solid 1px #fff;
    width: 100%;
    text-align: center;
    transition: all .5s ease;
    padding: 1.5em 0.5em;
    background: #003366;
}

a.voterGuide:hover {
    text-decoration: none;
    transform: scale(1.05);

}

/* Styles Spanish Resource Link - Like mainSection */
div.spanish-resources {
    display: flex;
}
.spanish-resources a {
    width: 100%;
    padding: 20px;
    background: #003366;
    color: #fff;
    text-align: center;
    border: none;
    font-size: clamp(2rem, 2.5vw, 3rem);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.spanish-resources a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


