#inner-hero {
    width:100%;
    min-height:480px;
    height:70vh;
    display:flex;
    align-items: center;
  justify-content: center;
}
.inner-hero-title {
    
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 0.2em;
    font-family: "winsel-variable", sans-serif;
    font-weight:400;
    
}


.inner-hero-subtitle {
    
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.5em;
    font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 480px) {
    
   #inner-hero {
    width:100%;
    min-height:360px;
    height:60vh;
    display:flex;
    align-items: center;
  justify-content: center;
}
.inner-hero-subtitle {
    
    line-height: 20px;

}
.inner-hero-title {
    

    line-height: 1.8rem!important;

}
}