.img {
  height: 40%;
}

footer {
  display: flex !important;
  justify-content: space-between;
  background-color: #2D2C2F;
  padding: 0.75em 0.75em 0.75em 0.75em;

}

@font-face {
  font-family: "Heebo-Regular";
  src: url(./Heebo/static/Heebo-Regular.ttf);
}

footer>h2 {
  margin: 0 1em;
  color: white;
  font-size: 1.25em;
  font-family: "Heebo-Regular";
}


.MG {
  text-align: left;
}

.save {

  text-align: right;
}


@media screen and (max-width: 1200px) {
  footer {
    font-size: 1em;
    flex-direction: column;
  }

  .MG,
  .save {
    text-align: center;
  }
}