html{
    scroll-behavior: smooth !important;
}
.hero-img img{
    width: 430px !important;
}
.header-logo img{
   width: 100px;
    position: relative; 
    top: -20px;
}

@media (max-width: 600px) {
  /* Yahan par wo styles likhi jati hain jo 600px ya usse chhoti screen par apply hongi */
.header-logo img{
   width: 80px !important;
    position: relative; 
    top: -20px;
}
 
}
