.about-xart-logo-frame {
  width: min(260px, 100%);
  height: auto;
  aspect-ratio: 1;
  overflow: visible;
}

.about-xart-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: none;
  object-fit: contain;
}

@media (max-width: 767px) {
  .about-xart-copy p {
    font-size: 14px;
    line-height: 1.68;
  }

  .about-xart-logo-frame {
    width: 210px;
    height: auto;
  }

  .about-contact-band p {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.05;
  }
}
