

.home_header {
    width: 95%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 450px;
}
 h2 {
    
   font-family: 'Open Sans', sans-serif;

}

 .fa-comment-alt{
    margin-left: 10px;
}


 .inner_sub_intro_header {
    width: 100%;
}

 
 .home-header-title {
    margin: auto;
    color: #444;
    z-index: 99;
    font-size: 140px;
    width: 33%;
    top: 209px;
    z-index: 99999999;
    position: relative;
    margin-left: 12.5%;
    font-weight: bold;
    line-height: 110%;
}

@media (max-width:1100px){
     .home-header-title {
        font-size: 110px;
        top: 255px;
        margin-left: 3.5%;
    }
   
}

@media (max-width:650px) {

    .home_header {
        height:250px;
        min-height: 250px;
    }
     .home-header-title {
        font-size: 54px;
        top: 155px;
        margin-left: 3.5%;
    }
}



