/* HIGH PRIORITY H2 */
h2.unique-dream-heading {
    all: unset;
    /* reset all inherited/global styles */

    display: block !important;

    font-family: 'Lora', 'Lora fallback' !important;
    font-weight: 700 !important;
    text-align: center !important;

    color: #245043 !important;
    margin: 0 0 8px 0 !important;

    font-size: 24px !important;
    line-height: 32px !important;
}

/* Tablet */
@media (min-width: 640px) {
    h2.unique-dream-heading {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    h2.unique-dream-heading {
        font-size: 36px !important;
        line-height: 40px !important;
    }
}

/* HIGH PRIORITY SPAN */
h2.unique-dream-heading .unique-highlight-span {
    color: #DEAC07 !important;
    font-weight: inherit !important;
}