/*Blog h1 convert styles--- 09-04--2021*/
.blog-h3-h1 h1{
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
}

.blog-h3-h1 h1 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1;
}

@media (max-width: 1199px){
.blog-h3-h1 h1 {
    line-height: 20px;
}

}
/*-----------*/