.header__logo-icon {
  width: 96px;
  height: 40px;
}

@media (min-width: 768px) {
  .header__logo-icon {
    width: 176px;
    height: 40px;
  }
}