
.footer-resource-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    margin-top:12px;
}
.footer-resource-links a{
    color:inherit;
    text-decoration:none;
}
.footer-resource-links a:hover{
    text-decoration:underline;
}
@media(max-width:760px){
    .footer-resource-links{gap:9px 14px}
}
