#header .obj-link-logo img {
  height: clamp(4rem, 15vw, 195px);
}

#footer .obj-link-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .obj-link-logo img {
  height: clamp(4rem, 15vw, 195px);
}