/* stylemobile.css */

@media screen and (max-width: 768px) {
  .logo-img {
    max-width: 20%; /* Adjust as needed */
    margin: 0 auto; /* Center the image horizontally */
  }
}
