.searchHomeContent {
  height: auto;
  margin-bottom: 1rem;
  padding: 1rem 3rem;
}
.searchHomeContent::after {
  clear: both;
}

.demo-home-top {
  margin: 1rem 0;
  padding: 1px 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0,8,16,0.3);
}
.demo-home-top h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.demo-home-top p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}