@charset "utf-8";
/*--------------------------------------------------------------------------------
 
  about

--------------------------------------------------------------------------------*/
.about-img { margin: var(--space-l) 0; }
.about-img img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
}
