.programming-brand-header {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #d81445;
  box-sizing: border-box;
}

.programming-brand-header__inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 12px;
  box-sizing: border-box;
}

.programming-brand-header__logo {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.programming-brand-header__logo img {
  display: block;
  width: 351px;
  max-width: 100%;
  height: auto;
  border: 0;
}

@media screen and (max-width: 640px) {
  .programming-brand-header__inner {
    width: calc(100% - 24px);
    padding: 10px 0 9px;
  }

  .programming-brand-header__logo img {
    width: 300px;
  }
}
