.hero-component__header{
    padding-left: 1.8rem;
    font-size: 7.8vw;
}

.hero-component__title {
    line-height: 1;
    margin-bottom: 0;
    display: block;
    font-size: 4rem;
}

.hero-component__subtitle {
    margin-top: 0;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

.hero--full .hero--text{
    padding-top: 1%;
    padding-bottom: 1%;
}

@media only screen and (max-width: 500px){
    .hero-component__title{
        font-size: 25.33pt;
    }

    .hero-component__subtitle{
        font-size: 12.66pt;
    }
}

@media only screen and (max-width: 420px){
    .hero-component__subtitle{
        margin-bottom: 5%;
    }
}
