﻿.navbar-brand img {
    width: 250px;
  }
  
  @media (max-width: 768px) {
    .navbar-brand img {
      width: 150px;
    }
  }
  