.home-header {
  height: 100%;
}
.home-header .content {
  margin: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .home-header .content {
    justify-content: start;
    align-items: start;
    text-align: start;
  }
}
.home-header .content h1 {
  font-size: calc(1.50625rem + 3.075vw);
}
@media (min-width: 1200px) {
  .home-header .content h1 {
    font-size: 3.8125rem;
  }
}
.home-header .content h1 strong {
  font-weight: 500;
}
.home-header .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  height: 420px;
}
@media (min-width: 992px) {
  .home-header .image {
    height: 720px;
  }
}