#header-section {
  background-image: url( /images/products/deliveries/deliveries-hero-m.svg );
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: calc( 50vw + 7rem );
  /* Below are changes to the default product-hero styles, done in order
  to shift the headings and CTA to the center */
  text-align: center;
}

#header-section .heading, #header-section .subheading, #header-section .marketo-form {
  margin-left: auto;
  margin-right: auto;
}

#header-section .subheading {
  font-size: 1.125rem;
  width: 100%;
  max-width: 560px;
}

#header-section .marketo-form {
  width: 390px !important;
}

#header-section .secondary-cta {
  text-align: center;
}

#sticky-nav {
  display: block;
}

@media ( min-width: 768px ) {
  #workplace-platform .cta-button {
    top: 3.5rem;
    right: 2rem
  }
}

#quote-carousel {
  background-color: #F6F6F9;
}

.quote-carousel .quote-logo-wrapper span {
  padding-left: 24px;
  padding-right: 24px;
}

.video-play-icon {
  width: 16px;
  height: 16px;
}

.featured-content-section .section-heading {
  max-width: 570px;
}

#extra-description-wrapper {
  border-left-width: 2px;
  border-style: solid;
  border-color: #fb4338;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media ( max-width: 767px ) {
  #overview .illustration-image {
    max-width: 400px;
  }
}

@media ( min-width: 768px ) {
  #header-section {
    background-image: url( /images/products/deliveries/deliveries-hero.svg );
    padding-bottom: calc( 20vw + 4rem );
  }

  #key-features {
    position: relative;
  }

  #key-features .cta-button {
    top: 3.5rem;
    right: 2rem;
  }
}

@media ( min-width: 1280px ) {
  #extra-description-wrapper {
    display: flex;
    border-width: 0;
    padding-left: 0;
  }

  #extra-description-wrapper .number-with-unit {
    display: flex;
    padding-right: 2rem;
    align-items: center;
    width: 120px;
    height: 112px;
  }

  #extra-description-wrapper .number-with-unit .inner-wrapper {
    position: relative;
    top: 16px;
  }

  #extra-description-wrapper .number-with-unit .number {
    line-height: 0;
  }

  #extra-description-wrapper .number-with-unit .unit {
    line-height: 1;
    display: block;
    text-align: right;
  }

  #extra-description-wrapper .other-text-wrapper {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    border-left-width: 2px;
    border-style: solid;
    border-color: #ebebf0;
  }
}

#faq {
  top: -20px;
}
