/*-------------------------------
---.section
-------------------------------*/

.intro {
  margin-top: 6rem;
}

.intro .catch_copy {
  width: min(21.5rem, 63.5%);
}

.list_house-gallery {
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}

.item .house-gallery_title {
  font-size: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.item .catch_copy {
  font-size: var(--font-size-xxl);
}