.header_title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}
.header_title_clean{
    float: right;
    color:#8B8B8B;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    line-height: 47px;
    width: 50%;
}

@media (max-width: 767px){
    .header_title{
        font-size: 25px;
    }
    .header_title_clean{
        font-size: 14px;
    }
}