.content {
  margin-top: 2rem;
}

.sidebar {
  margin-top: 2rem;
}

.home {
  background-image: url("/images/main_header.jpg");
  height: 560px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 70px;
}

@media screen and (max-width: 800px) {
  .home {
    margin-top: 54px;
    height: 420px;
  }
}

.home .search_area {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  position: relative;
  top: 2.25rem;
  left: 0;
}

@media screen and (max-width: 800px) {
  .home .search_area {
    top: 1rem;
    padding: 0 1rem;
  }
}

.content {
  margin-top: 2rem;
  max-width: 800px;
  float: left;
  width: 70%;
}

@media screen and (max-width: 800px) {
  .content {
    width: 100%;
  }
}

