#brand-logo {
    max-width: 200px;
    height: auto;
  }
  
  .brand-statement {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
  }

  .brand-name{
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
  }
  
  @media (min-width: 768px) {
    .brand-statement {
      font-size: 1.2rem;
    }
    .brand-name{
      font-size: 1.2rem;
      font-weight: 500;
      color: #333;
    }
  }