.gn-promo-block {
  padding: 16px;
}

.gn-promo-title {
  margin: 0 0 12px;
}

.gn-promo-title a {
  text-decoration: none;
}

.gn-promo-banner {
  margin: 0 0 16px;
  text-align: center;
}

.gn-promo-banner img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.gn-promo-content p:last-child {
  margin-bottom: 0;
}

.gn-promo-action {
  margin-top: 16px;
  text-align: center;
}

.gn-promo-button {
  display: inline-block;
  background-color: #2a2c2a;
  border: 1px solid #836343;
  border-radius: 3px;
  color: #fee683;
  line-height: 1.2;
  padding: 10px 15px;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

.gn-promo-button:hover,
.gn-promo-button:focus {
  color: #fee683;
  text-decoration: none !important;
}
