.related-property {
  padding: 40px 32px 80px;
}
.related-property__container {
  max-width: 1302px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.related-property__heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.related-property__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin: 0 0 32px;
  color: #333;
}
.related-property__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.related-property .for-rent__status::after {
  font-weight: 400;
}
.related-property .for-rent__text {
  font-weight: 400;
}
.related-property__no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.related-property__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.related-property__more .btn--filled {
  max-width: 238px;
  width: 100%;
}

@media (max-width: 768px) {
  .related-property {
    padding: 0 16px 56px 16px;
  }
  .related-property__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-property__title {
    font-size: 18px;
    margin: 0 0 24px;
  }
  .related-property__more {
    justify-content: flex-end;
  }
  .related-property__more .btn--filled {
    max-width: 208px;
  }
}
