/*Google Reviews*/
div.ti-widget{
width: 80%!important;
margin: auto!important;
margin-top: 30px!important;
}
div.ghostkit-counter-box-number-wrap{
    font-weight: 700;
}
.ghostkit-progress-caption{
    margin-top: 50px;
    margin-bottom: 15px;
    color: black;
}
/*Header*/
.wp-block-site-logo{
    text-align: center;
}

@media(max-width:768px){
    .hero-text{
        font-size: 4rem!important;
    }
    /*Header*/
    .ghostkit-grid-inner{
        row-gap: 0px;
    }
@media(max-width:425px){
    /* .hero-text{
        font-size: 3rem!important;
    } */
    h2{
        font-size: 2.5rem!important;
    }
}
}