footer {
    text-align: center;
    padding: 48px 0;
}

footer h3 {
    display: inline-block;
    margin-bottom: 56px;
}

footer p,
footer a {
    color: var();
    font-size: 14px;
    line-height: 20px;
} 

@media screen and (min-width: 768px) {
    footer {
        text-align: center;
        padding: 80px 0;
    }
}