.hero-area-small {
  height: 350px;
  padding: 100px 0;
}
.hero-area-medium {
  height: 350px;
  padding: 100px 0;
}
.hero-area-large {
  height: 650px;
  padding: 100px 0;
}
.hero-area-fullscreen {
  padding: 250px 0 120px;
  min-height: 100vh;
}
.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*
body .hero-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 50px;
}
*/
h1.hero_title {
  font-size: 73px;
  margin: 20px 0 50px;
  padding: 20px 0 30px;
  position: relative;
  text-align: center;
    text-transform: lowercase;
}
/*
.hero-text-light h1.hero_title {
    color: #fff;
}
*/
.hero-text-dark h1.hero_title {
  color: #000;
}
block.block_type_hero {
  background-size: cover;
  background-position: center center;
}
h1.hero_title:after {
  position: absolute;
  content: "";
  width: 310px;
  height: 4px;
  background: transparent;
  bottom: -5px;
  left: 50%;
  margin-left: -152px;
  border-top: 5px solid;
  border-bottom: 2px solid;
}
h4.hero_subtitle {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
}
h1.hero_title span {
  display: block;
  font-size: 58px;
}
h4.hero_subtitle {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 2;
}
h4.hero_subtitle a {
  font-size: 16px;
  display: block;
  margin-top: 30px;
  color: inherit;
}
/*
span.down-arrow:after, span.down-arrow:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #ebe2cf;
    position: absolute; 
    left: 1px;
    transform: rotate(30deg);top: 10px;
}
*/
span.down-arrow {
  display: block;
  margin: 20px auto 0;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2019/09/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
/*
span.down-arrow:before {
    transform: rotate(-30deg);
    left: auto;
    right: 2px;
}
*/
/*
.hero-text-light h4.hero_subtitle {
    color: #fff;
}
*/

@media only screen and (min-width: 1920px) {
  .hero-area-small {
    height: 630px;
  }
}

@media screen and (max-width: 1600px) {
  .hero-area-fullscreen {
    padding: 200px 0 120px;
  }
  h1.hero_title {
    font-size: 60px;
  }
  h1.hero_title span {
    font-size: 42px;
  }
  h4.hero_subtitle {
    font-size: 20px;
    margin-top: 0;
  }
  h4.hero_subtitle a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-area-medium,
  .hero-area-small {
    height: 350px;
    padding: 80px 0;
  }
  h1.hero_title {
    font-size: 60px;
    margin: 20px 0 50px;
    padding: 10px 0 30px;
  }
  h1.hero_title span {
    font-size: 40px;
  }
  .hero-area-fullscreen {
    padding: 190px 0 90px;
  }
  h4.hero_subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  h1.hero_title {
    margin: 50px 0 50px;
    padding: 25px 0 30px;
  }
}

@media screen and (max-width: 640px) {
  h1.hero_title {
    margin: 50px 0 50px !important;
  }
}
