.logo_n {
  height: 100px;
}

/* Media query for small devices */
@media only screen and (max-width: 600px) {
  .logo_n {
    height: 50px; /* Adjust the height for small devices as needed */
  }
}