.devsite-home-promo-banner-description-wrapper {
  position: relative;
  width: calc(100% - 210px);
  z-index: 10000;
}

.devsite-home-promo-heading {
  border-bottom: none;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0;
}

.devsite-home-column-sub-heading {
  color: #757575;
  margin: 0 auto 24px;
}

.devsite-home-promo-banner-description-wrapper.left {
  width: calc(100% - 20px);
}

.devsite-home-promo-banner-logo-link {
  bottom: -90px;
  position: absolute;
  right: -140px;
}

.devsite-home-promo-left {
  background: #039BE5;
  color: white;
}

.devsite-home-promo-banner-logo-image {
  width: 650px;
}

.devsite-home-promo-left-banner-top-image {
  height: 56px;
  margin-bottom: 24px;
}

.devsite-home-promo-banner-hashtag {
  color: #212121;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .devsite-home-promo-banner-description-wrapper {
    width: 100%;
  }

  .devsite-home-promo-banner-logo-link {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .devsite-home-promo-banner a,
  .devsite-home-promo-banner a:visited,
  .devsite-home-promo-banner a:hover,
  .devsite-home-promo-banner a:active {
    line-height: 24px;
  }
}
