section.hero.is-fullheight{
    height: 100vh;  
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    padding: 3em 0;
}

section.hero.is-fullheight.is-vcentered{
    justify-content: center;
    align-items: center;
}

section.hero{
    min-height: 20vh;  
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    padding: 3em 0;
}