footer h1 {
  font-size: 3.02083333vw;
}
footer img {
  width: 3%;
}
@media (max-width: 768px) {
  footer h1 {
    font-size: 1.7em;
  }
  footer img {
    width: 10%;
  }
}
