.fr-hero-home .fr-h1 {
  margin-top: 1rem;
  margin-bottom: .375rem;
}

.fr-hero-home p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #161616;
  margin-bottom: .375rem;
}

.fr-hero-home .fr-search-bar {
  display: none;
}

@media (min-width: 62em) {
  .fr-hero-home {
    position: relative;
    overflow: hidden;
    height: 22.0625rem;
    display: flex;
    align-items: center;
  }

  .fr-hero-home > .fr-container {
    position: relative;
    z-index: 2;
  }

  .fr-hero-home__text {
    max-width: 42.8125rem;
  }

  .fr-hero-home .fr-search-bar {
    display: flex;
  }

  .fr-hero-home .fr-hero-home__image {
    position: absolute;
    height: 100%;
    width: 42.5625rem;
    top: 0;
    left: 45.25rem;
    z-index: 1;
  }

  .fr-hero-home img {
    height: 100%;
    object-fit: cover;
  }

  .fr-hero-home .fr-h1 {
    margin-top: 0;
  }

  .fr-hero-home p {
    font-weight: 300;
  }
}

@media (min-width: 78em) {
  .fr-hero-home .fr-hero-home__image {
    left: calc(((100vw - 75rem) / 2) + 43.7rem);
  }
}

@media (max-width: 48em) {
  .fr-responsive-img img {
    max-width: 100%;
    height: auto;
  }
}
