.header-logo-official {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 10px;
}

.footer-logo-official {
  display: block;
  width: 132px;
  height: 132px;
  padding: 7px;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 640px) {
  .header-logo-official {
    width: 58px;
    height: 58px;
  }

  .footer-logo-official {
    width: 116px;
    height: 116px;
  }
}
