section h1 {

    font-size: 3vw;

}

section h2 {

    font-size: 2.5vw;

}

/* mobile */

section.breakPointMobile h1 {

    font-size: 8vw;

}

section.breakPointMobile h2 {

    font-size: 8vw;

}

/* max */

section.breakPointDesktopLarge h1 {

    font-size: 50px;

}

section.breakPointDesktopLarge h2 {

    font-size: 40px;
    line-height: 50px;

}