﻿@media only screen and (max-width: 800px) {
    .inner-hero-title {
        font-size: 4em;
    }

    .offset-4 {
        margin-left: 0;
        width: 100%;
        margin-top: 3%;
    }

.col-6.py-1 a{
    font-size: 0.7em !important;
}
    
hr {margin-top: 0;}

}

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

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


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