html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    h1.ghb {
   font-size: 20px !important;
   }
    p.qas {
   font-size: 14px !important;
    }
    p.vcl {
        font-size: 20px !important;
    }
    p.cxd {
        font-size: 16px !important;
    }
    p.poc {
        font-size: 20px !important;
    }
    p.vcu {
        font-size: 14px !important;
    }
    p.for {
        font-size: 14px !important;
    }
   }

   @media (min-width: 768px) and (max-width: 991px) {
   h1.ghb {
   font-size: 20px !important;
   }
   p.qas {
   font-size: 14px !important;
   }
   p.vcl {
    font-size: 20px !important;
}
p.cxd {
    font-size: 16px !important;
}
p.poc {
    font-size: 20px !important;
}
p.vcu {
    font-size: 14px !important;
}
p.for {
    font-size: 14px !important;
}
   }

   @media (min-width: 992px) {
   h1.ghb {
       font-size: 24px !important;
   }
   p.qas {
   font-size: 16px !important;
   }
   p.vcl {
    font-size: 24px !important;
}
p.cxd {
    font-size: 20px !important;
}
p.poc {
    font-size: 24px !important;
}
p.vcu {
    font-size: 16px !important;
}
p.for {
    font-size: 18px !important;
}
   }