﻿@media (max-width: 767px) {
    span.inner-hero-title-block {
        width: 100%;
    }

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

    .row.gx-5 {
        flex-direction: column;
        align-items: center;
    }

    .col-6 {
        width: 85%;
    }
}

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

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