/* English desktop adjustments */

body.device-desktop .hero__title {
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body.device-desktop .hero__title-line {
  display: block;
  white-space: nowrap;
}

body.device-desktop .hero__content {
  max-width: 660px;
}

body.device-desktop .speech {
  white-space: nowrap;
  line-height: 1.3;
}

body.device-desktop .speech--top {
  top: 58px;
  left: 32px;
}

body.device-desktop .speech--middle {
  top: 145px;
  right: -40px;
}

body.device-desktop .speech--right {
  right: -34px;
  bottom: 172px;
}

body.device-desktop .speech--bottom {
  left: 32px;
  bottom: 58px;
}

/* English desktop section spacing */

body.device-desktop .section--about {
  padding-top: 48px;
  padding-bottom: 48px;
}

body.device-desktop .section--channels {
  padding-top: 64px;
  padding-bottom: 64px;
}

body.device-desktop .section--pick {
  padding-top: 64px;
  padding-bottom: 64px;
}

body.device-desktop .section--contact {
  padding-top: 64px;
  padding-bottom: 76px;
}

/* English desktop channels mascot position */

body.device-desktop
.section--channels
.channels-panel__mascot img {
  bottom: -102px;
}