.hero_banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero_banner_text{
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding-top: 20px;
  margin: auto;
}

{# FM remove 
.hero_banner_text p{
  color: #455a64;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
} >>> FM - h1 became h2 and p became h1 #}

.hero_banner_text h1{
  color: #455a64;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 22px;
  line-height: 32px
}

@media (max-width: 767px) {
  .hero_banner_text h1{
    color: #455a64;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px
  }
}