.brand-logo {
  display: block;
  width: 182px;
  height: auto;
}

.footer-brand {
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  padding: 13px 16px;
  background: #fff;
}

.footer-brand .brand-logo {
  width: 220px;
  max-width: 100%;
}

.about-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 54px;
}

.about-mark img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 680px) {
  .brand-logo { width: 160px; }
  .footer-brand .brand-logo { width: 200px; }
}
