.m-footer__site-gcreti {
  width: 112px !important;
  top: 8px !important;
}
.m-header__logo {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .m-footer__site-logo {
    width: calc(270 / 500 * 100vw) !important;
  }
  .m-footer__site-gcreti {
    top: 0 !important;
    width: calc(130 / 500 * 100vw) !important;
    left: calc(300 / 500 * 100vw) !important;
  }
  .m-header__logo {
    padding-top: 0;
  }
}