/* Banner */
.event-banner {
    /*background-image: url(https://www.docusign.com/sites/default/files/Microsoft%20Ignite%20Banner%20BG.png);*/
    background-color: #357eeb;
    min-height: 77px;
    background-size: cover;
    background-repeat: no-repeat;
}
.event-banner p {
  color: #fff;
  margin: 0;
}
.event-banner p .learn-more-link {
  color: #fff;
}
.event-banner .description {
  margin: 1rem 0;
  text-align: center;
}

.event-banner .btn {
    min-width: 10rem;
    font-size: .875rem;
}

.paragraphs-items-field-editorial-module-content .product-feature-wrapper {
    background-image: none;
    background-color: #f7f7f7;
}

.paragraphs-items-field-editorial-module-content .product-feature-wrapper .cta-media__title {
  color: #1b49a0;
}

.paragraphs-items-field-editorial-module-content .product-feature-wrapper .cta-media__body p {
  color: #666;
}

.benefit-card .row {
  align-items: inherit;
}

.benefit-card__item--icon-left img {
    max-width: 100%;
    width: 8rem;
    padding-top: 0.35rem;
}

@media (min-width: 62.5em) {
.hero-standard {
    height: 27.9rem;
}

.hero-standard__bg img {
  height: 30rem;
}

.event-banner .description,
.event-banner .cta {
    position: relative;
    transform: translateY(50%);
    text-align: left;
}
.event-banner .description {
  margin: 16px 0;
}
.event-banner .cta {
  margin: 0;
}

}