.fm-023-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 671px) {
  .fm-023-hero {
    flex-direction: row;
  }
  .fm-023-hero > *:first-child {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 500px;
  }
  .fm-023-hero > *:last-child {
    margin-left: -100px;
  }
}
.fm-023-house-indent {
  display: flex;
}
.fm-023-house-indent > *:first-child {
  flex-shrink: 0;
  width: 10.5em;
  text-align: right;
}