@charset "UTF-8";

/* ================================================== */
/* hero-area */
/* ================================================== */
#secondary #hero-area {
  background: #12003B;
  height: auto;
  padding: 168px 0 100px;
}

#secondary #hero-area h1 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  #secondary header {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #secondary #hero-area {
    padding: 168px 0 100px;
  }
}