h1 {
  font-size: 28px; /* по вкусу */
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
    .navbar-brand.logo-control img.logo-img {
        display: inline-block;
        max-height: 65px;
    }