.logo-custom {
  max-width: 1in;
  max-height: 0.5in;
  width: auto;
  height: auto;
  display: block;
}

/* On screens smaller than or equal to 768px (typical mobile/tablet) */
@media (max-width: 768px) {
  .logo-custom {
  max-height: 0.1in;
    margin-bottom: 30px;
  }
}