.header-simple {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #da291c;
}

.header-simple .logo {
  display: block;
  width: 64px;
  height: 64px;
}

@media (max-width: 991.98px) {
    .header-simple .logo {
        width: 48px;
        height: 48px;
    }
}
