#hero {
  width: 100%;
  height: 90vh;
  min-height: 800px;
  padding-top: 250px;
  padding-bottom: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*border-radius:  0 0 100% 100%/0 0 50% 50%;*/
}
#hero::after {
  content: '';
  background-image: url(/wp-content/uploads/Subtraction-2.svg); 
  height: 500px;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(100% - 499px);
  left: 0;
  right: 0;
  /* background-color: pink; */
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
}
#hero #hero-container {
  position: relative;
  z-index: 5;
}
.star-list{
  position: relative;
  top: -5px;
}
h1{
  font-size: 2.5rem!important;
}

@media only screen and (min-width: 1200px) {
  #hero-container .width-container{
    max-width: 1000px!important;
  }
}
@media only screen and (min-width: 992px) {
  /* header */
  .main-header-bar{
      background: rgb(255,255,255)!important;
      /*background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%)!important;*/
  }
  .ast-primary-header-bar .site-primary-header-wrap{
      margin-bottom: -101px;
  }
  /* content */
  h1{
    font-size: 3.5rem!important;
  }
}



