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

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

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

.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;
  }
}
