.header__logo {
  width: 250px;
}

@media screen and (max-width: 451px) {
  .header__logo {
    width: 215px;
  }
}