p {

    margin: 0;

}

.text,
.text h3 {

    font-size: 1vw;
    letter-spacing: 0.02em;

}

.text h3 {

    font-size: 1.5vw;

}

.text 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;
    margin-bottom: 2.75vw;

}

.text h2,
.text h4 {

    font-family: "ConduitITCPro";
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-size: 1.25vw;
    margin-bottom: 0.5vw;

}

.breakPointMobile .text {

    font-size: 4vw;

}

.breakPointMobile .text h1 {

    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 8vw;

}

.breakPointMobile .text h2,
.breakPointMobile .text h4 {

    font-size: 4vw;
    letter-spacing: 0.05em;

}

.breakPointMobile .text h3 {

    font-size: 5vw;

}