.hero h1,
.intro h2,
.team-copy h2,
.section-heading h2,
.contact-section h2,
.property-page h1,
.similar h2,
.property-body h3 {
  font-weight: 500;
}

.property-card-price,
.property-price {
  font-weight: 600;
}

.property-body > p,
.intro-grid > p,
.section-heading > p {
  color: #505b56;
  font-weight: 400;
}

@media (max-width: 620px) {
  .site-header {
    background: #14231e;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 0 0 3rem;
    overflow: hidden;
    background: #f3efe7;
  }

  .hero-slides,
  .hero-shade {
    top: 74px;
    bottom: auto;
    height: 18rem;
  }

  .hero-slides {
    background: #14231e;
  }

  .hero-slides .hero-image {
    object-fit: contain;
    object-position: center;
  }

  .hero-content {
    padding-top: calc(74px + 18rem);
  }

  .hero-copy {
    min-height: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding: 2.5rem 15px 2rem;
    background: #14231e;
  }

  .hero-copy > p {
    margin: 1.2rem 0 0;
  }

  .advanced-search {
    margin-top: 1.5rem;
  }

  .hero-slider-controls {
    top: calc(74px + 14.6rem);
    bottom: auto;
  }

  .advanced-search-heading > span {
    font-weight: 600;
  }

  .advanced-search input,
  .advanced-search select {
    font-size: 1rem;
    font-weight: 500;
  }

  .property-card-price {
    font-size: 1.55rem;
  }

  .property-body > p {
    font-size: 1rem;
  }

  .property-fact b {
    font-size: .9rem;
  }
}
