section.heading {

    width: 100% !important;

}

.block.heading .container {

    padding:2.5vw 0;

}

.block.heading .title h1 {

    font-family: "Singolare", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.75vw;
    letter-spacing: 0.025em;
    line-height: 3vw;
    text-align: center;

}


/* mobile */


section.heading.breakPointMobile .container {

    padding:5vw 0;

}

section.heading.breakPointMobile .title h1 {

    font-size: 5vw;
    line-height: 7vw;

}