@charset "UTF-8";

/* ================================================== */
/* hero */
/* ================================================== */
.hero-area-no-image #hero {
  background-color: var(--color-white);
}
.hero-area-no-image #hero .hero-content {
  display: block;
  padding: 0;
}

#hero .hero-body {
  align-items: center;
  display: flex;
  height: 300px;
}

#hero .hero-content {
  background-color: rgba(255,255,255,.9);
  display: inline-block;
  padding: 1rem;
}
#hero .hero-content h1 {
  font-size: 3.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  #hero .hero-body {
    height: auto;
    padding: 10rem 1.5rem;
  }
}


/* ================================================== */
/* content */
/* ================================================== */
.hero-area-no-image #content {
  padding-top: 0;
}