@media  screen and (min-width:500px) and (max-width:524px) {
    .header-text  h1{
        font-size: 45px !important;
        font-weight: 700;
    }
    .header-text  h4{
        font-size: 25px;
    }
    @media screen and (min-width:525px) and (max-width:1100px) {
        .header-text  h1{
            font-size: 45px !important;
            font-weight: 400;
        }
        .header-text  h4{
            font-size: 20px;
        }
    }

 }