footer .redes-sociais a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}

footer p {
  font-size: .65rem;
  color: #E0E0E0;
  margin: 0 0 7rem 0;
}

@media (min-width:481px) and (max-width: 1023.9px) {  
  footer p {
    margin: 0 0 17rem 0;
  }
}