@media (max-width: 600px) { /* Adjust the pixel value to the width at which you want to change the styles */
  .logo img {
    height: 1.2rem !important;
    width: auto !important;
  }
  h1{
    font-size:1.55em !important;
  }
}
