footer {position:relative; margin-top:50px; background:#8f2b29; box-sizing:border-box; padding:50px 100px;}
footer p, footer a {color:white; text-decoration:none;}
footer p:first-child {font-size:18px; margin-bottom:15px;}
footer p:last-child {margin-top:15px;}

@media screen and (max-width:820px) {
    footer {padding:30px 5%;}
    footer p, footer a {font-size:15px;}
}