﻿@media screen and (max-width: 760px) {


    span.inner-hero-title-block {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    span.inner-hero-title-block {
        width: 100%;
    }

    span.inner-hero-title {
        font-size: 3em;
    }
}

@media (max-width: 575px) {
    .inner-hero-title {
        font-size: 1.1em !important;
    }
}