#sub-mv-area:not([class]){
    min-height: 115px;
}
section:not(:last-child){
    margin-bottom: 5vmax;
}
section h2{
    margin-bottom: 1em;
    padding-bottom: 1em;
}
@media screen and (min-width:769px){
    section h2{
        font-size: 44px;
    }
    section h3{
        font-size: 30px;
    }
}
