.header-block{
    display: flex;
    justify-content: left;
    align-items: center;
}
@-moz-document url-prefix() {
    .header-block .ng-scope {flex: auto;}
}
.header-block img{
    max-width: 180px;
    width: 100%;
    margin-top: 10px;
    margin-right: 30px; 
}
.header-title{
    text-transform: uppercase;
    font-size: 38px;
    color: #007b96;
    text-align: left;
    margin-top: 23px;
   font-family: 'Arimo', sans-serif;
}
.header-title span{
    font-size: 29px;
}
@media screen and (max-width:1200px){
    .header-title{
        font-size: 25px;
    }
    .header-title span {
        font-size: 22px;
    }
}
@media screen and (max-width:768px){
    .header-block{
       
        display: block;
    }
    .header-title{
        margin: 0px;
        font-size: 27px;
        text-align: center;
    }


    .header-title span {
        font-size: 21px;
    }
}