.hero {
  background: url('/iot/images/banner.png') center / cover no-repeat;
  margin: 40px calc(-50vw + 50%) -40px;
  padding: 80px;
}

.hero.devsite-landing-row {
  margin: 0 calc(-50vw + 50%);
  padding: 80px;
}

.logo {
  margin: 0 0 20px;
}

.hero h2 {
  color: #3367d6;
  font-size: 40px;
  line-height: 48px;
}

.devsite-landing-row-item-buttons {
  margin: 0;
}

@media screen and (min-width: 720px) {
  .iot-landing-row .devsite-landing-row-item {
    padding: 0 200px;
  }

  .devsite-landing-row-item-description p {
    margin-top: 20px;
  }
}
