@media (max-width: 1024px){
    #h1{
           font-size: 26px;
    font-weight: 600;
    }
    #h2{
    font-size: 22px;
    /* font-weight: 700; */
}
#h3{
  font-size: 18px;
  
}
.topheader{
    display: none;
}
}