h1.phantasia-h1-heading {
    text-align: center;
}

h1.phantasia-h1-heading span.h1-heading-first-row {
    font-family: "MeriendaOne-Regular", Arial, sans-serif;
    font-size: 30px;
    color: #92252F;
    text-transform: uppercase;
    margin:0;
    padding:0;
    line-height: 1em;
    letter-spacing: 0.1em;
}

h1.phantasia-h1-heading span.h1-heading-second-row {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #92252F;
    display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    h1.phantasia-h1-heading {
        margin: 80px 0 80px;
    }

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    h1.phantasia-h1-heading span.h1-heading-first-row {
        font-size: 80px;

    }

    h1.phantasia-h1-heading span.h1-heading-second-row {
        font-size: 35px;
    }

}