.DemoSection {
  display: flex;
  flex-direction: row;
  background: #6b63e6;
  padding: 0px;
  min-height: 520px;
  background-image: url(/img/landing/pipe-pattern.svg);
  background-size: 50%;
  background-position: -0px -15px;
}

  .DemoSection h3 {
    text-align: center;
    color: #243651;
  }

  .DemoSection h2 {
    max-width: 470px;
  }

  .DemoSection .demoDescription {
    color: white;
  }

  .DemoSection .demoDescription p {
      max-width: 440px;
    }

  .DemoSection .demoDescription,
  .DemoSection .form {
    padding-top: 100px;
    flex: 1 1 50%;
    min-width: 300px;
  }

  @media (max-width: 670px) {

  .DemoSection .demoDescription,
  .DemoSection .form {
      flex-basis: 350px
  }
    }

  .DemoSection .demoDescription p, .DemoSection .form p {
      margin-top: 10px;
      padding-right: 100px;
      font-size: 17px;
      line-height: 26px;
      opacity: 0.75;
    }

  @media (max-width: 670px) {

  .DemoSection .demoDescription p, .DemoSection .form p {
        padding: 20px;
        margin-bottom: 50px
    }
      }

  .DemoSection .container {
    width: 1200px;
  }

  .DemoSection .form {
    box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: 1000; */
    position: relative;
    margin-bottom: -50px;
    background: white;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    min-height: 600px;
  }

  .DemoSection .form .submitted-message p {
        text-align: center;
        margin-top: 50px;
        padding: 20px;
        border: 1px solid #6b63e6;
        margin: 50px;
        border-radius: 5px;
        background: #d0cdfc;
        color: #5e55da;
      }

  .DemoSection .form .hs-richtext p, .DemoSection .form .hs-form-booleancheckbox p {
        line-height: 18px;
        color: #6A6A6A;
        font-size: 12px;
        padding: 0;
      }

  .DemoSection .form ul.inputs-list {
      padding: 0px;
    }

  .DemoSection .form li.hs-form-booleancheckbox {
      color: white;
      display: flex;
      flex-direction: row;
    }

  .DemoSection .form label {
      position: absolute;
      margin-left: 20px;
      opacity: 0;
    }

  .DemoSection .form .field {
      margin-top: 15px;
    }

  .DemoSection .form input[type="text"],
    .DemoSection .form input[type="email"],
    .DemoSection .form input[type="tel"],
    .DemoSection .form textarea {
      width: calc(100% - 64px);
      margin: 5px 20px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
    }

  .DemoSection .form input[type="text"]:focus, .DemoSection .form input[type="email"]:focus, .DemoSection .form input[type="tel"]:focus, .DemoSection .form textarea:focus {
        border: 1px solid #6B63E6;
      }

  .DemoSection .form .hs-error-msg {
      opacity: 1;
      color: red;
      font-size: 14px;
    }

  .DemoSection .form input[type="submit"] {
      border-radius: 100px;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      border: none;
      display: inline-block;
      text-decoration: none;
      background: #6B63E6;
      color: white;
      font-weight: 500;
      background-image: url(/img/right-arrow-knockout.svg),
        linear-gradient(0deg, #6b63e6 50%, #8881ea 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 40px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 19px 64px 21px 40px;
      transition: background-position 0.2s linear, background-image 0.2s linear;
      position: relative;
      z-index: 2;
      font-size: 1em;
      margin-bottom: 10px;
    }

  .DemoSection .form input[type="submit"]:hover {
        background-image: url(/img/right-arrow-knockout.svg),
          linear-gradient(0deg, #8983eb 50%, #a09bef 100%);
        background-position: calc(100% - 38px) center, top left;
      }

  .DemoSection .legal-consent-container {
    background: #fff;
    font-size: 12px !important;
    padding: 0;
  }

  .DemoSection .actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .DemoSection .form .hs-form-booleancheckbox label {
    position: relative;
    opacity: 1;
    width: 100%;
    text-align: left;
  }

  .DemoSection .form .hs-form-booleancheckbox label span {
      margin: 0px;
      padding: 0;
      line-height: 18px;
      color: #6A6A6A;
      font-size: 12px;
    }

  .DemoSection .form .hs-form-booleancheckbox label p {
      margin-left: 10px;
    }

  .DemoSection .quote {
    text-align: center;
    margin-bottom: 92px;
  }

  .DemoSection .quote blockquote {
      font-weight: 300;
      font-style: italic;
      color: #6A6A6A;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: -0.2px;
      max-width: 960px;
      margin: 0 auto;
      padding: 5px;
    }

  @media screen and (min-width: 768px) {

  .DemoSection .quote blockquote {
        font-size: 34px;
        line-height: 48px;
        letter-spacing: -0.4px
    }
      }

  .DemoSection .quote cite {
      display: block;
      width: 100%;
      margin-top: 33px;
    }

  .DemoSection .quote cite img {
        width: 120px;
        height: 41px;
      }

.landing {
  overflow-x: hidden;
}

.landing p {
    font-size: 17px;
    line-height: 26px;
    color: rgb(115, 113, 136);
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 24px;
  }

.landing h2,
  .landing h3 {
    color: #243651;
    margin-bottom: 10px;
  }

.landing h3 {
    font-size: 22px;
    font-weight: 400;
  }

.landing > .accent-1 {
    position: absolute;
    top: 430px;
    left: 5%;
    opacity: 0.5;
  }

@media (max-width: 450px) {

.landing > .accent-1 {
      left: unset;
      right: 0
  }
    }

.landing .hero {
    padding: 104px 0 168px 0;
    z-index: 1;
    position: relative;
    min-height: 450px;
  }

@media (max-width: 960px) {

.landing .hero {
      min-height: 0;
      padding: 40px 0 64px 0
  }
    }

.landing .hero .subhead {
      opacity: 0.7;
    }

.landing .hero h1 em:first-child {
        margin-left: -16px;
      }

.landing .hero .product-screenshots-container {
      position: relative;
    }

.landing .hero .product-screenshots-container .product-screenshots {
        position: absolute;
        width: 1400px;
        right: -700px;
        top: -150px;
        height: auto;
        pointer-events: none;
      }

@media (max-width: 1200px) {

.landing .hero .product-screenshots-container .product-screenshots {
          right: -750px
      }
        }

@media (max-width: 960px) {

.landing .hero .product-screenshots-container .product-screenshots {
          display: none;
          position: relative;
          width: 600px;
          top: 60px;
          left: 0;
          margin: auto
      }
        }

.landing .hero .copy {
      width: 100%;
    }

.landing .hero .copy .subhead {
        margin: 20px 0;
      }

.landing .hero h1 {
      margin: 0 auto;
    }

.landing .hero .btn-primary {
      margin-top: 31px;
    }

.landing .hero .accent-1 {
      display: block;
      margin-top: -40px;
      margin-left: 40px;
      position: relative;
      z-index: 0;
    }

.landing .slider + .mooseheads {
    padding: 64px 0;
    padding-bottom: 0;
  }

.landing .mooseheads {
    padding: 40px 0;
    padding-bottom: 104px;
    overflow: hidden;
  }

.landing .mooseheads a.btn-secondary {
      margin-top: 15px;
      cursor: pointer;
      align-self: center;
      filter: grayscale(1);
      margin-top: 40px;
      font-size: 14px;
      opacity: 0.6;
      padding: 10px 25px;
      padding-right: 50px;
      background: white url("/img/right-arrow.svg") no-repeat calc(100% - 20px)
        center;
      border: 1px solid #0000003f;
    }

.landing .mooseheads a.btn-secondary:hover {
        background-position: calc(100% - 15px) center;
        filter: grayscale(0.1);
      }

.landing .mooseheads .container {
      height: 30px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap;
      width: min-content;
      align-items: center;
    }

@media (max-width: 768px) {

.landing .mooseheads .container {
        animation: carousel 30s linear 4s alternate infinite
    }
      }

.landing .mooseheads img {
      height: 100%;
      margin: 0 30px;
      flex: 0 0 auto;
      filter: grayscale(1) opacity(0.5);
      transition: filter 0.2s;
    }

.landing .mooseheads .hearst {
      height: 75%;
    }

.landing .mooseheads img:hover {
      filter: grayscale(0) opacity(1);
    }

.landing .statement {
    background: #F7F7F7 url(/img/landing/statement-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 104px 0 168px 0;
    border-bottom: 4px solid white;
  }

.landing .statement h2 {
      line-height: 64px;
      text-align: center;
    }

@media screen and (max-width: 768px) {

.landing .statement h2 {
        line-height: 45px
    }
      }

.landing .use-cases {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

.landing .use-case {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    flex: 1 1 500px;
  }

.landing .use-case .heroimg {
      box-sizing: border-box;
      display: block;
      height: 320px;
      width: 100%;
      position: relative;
    }

.landing .use-case .heroimg .bg {
        border-right: 2px solid white;
        width: 100%;
        height: 100%;
        position: relative;
      }

.landing .use-case .heroimg .bg img {
          position: absolute;
          bottom: 0;
        }

.landing .use-case .heroimg .analyst {
        background: #EA9000 url(/img/landing/office-bg.jpg) no-repeat center;
        background-size: cover;
      }

.landing .use-case .heroimg .analyst img {
          height: 390px;
          width: 234px;
          left: calc(50% - (234px / 2));
        }

.landing .use-case .heroimg .warehouse {
        background: #00B9AE url(/img/landing/mountain-bg.jpg) no-repeat bottom
          center;
        background-size: cover;
      }

.landing .use-case .heroimg .warehouse img {
          height: 449px;
          width: 878px;
          bottom: -35px;
        }

.landing .use-case .heroimg .datagovernance {
        background: #EA6A5D url(/img/landing/library-bg.jpg) no-repeat bottom
          center;
        background-size: cover;
      }

.landing .use-case .heroimg .datagovernance img {
          height: 370px;
          left: 10%;
        }

.landing .use-case article {
      text-align: center;
      margin: 0px 20px;
    }

.landing .use-case article h3 {
        margin: 53px auto 0 auto;
        max-width: 320px;
      }

.landing .use-case article p {
        color: #6A6A6A;
        margin: 22px auto 0 auto;
        max-width: 470px;
      }

.landing .use-case article .btn-primary {
        margin-top: 35px;
      }

.landing .slider {
    height: 300px;
    position: relative;
    margin-top: 0px;
    z-index: 0;
    background-image: linear-gradient(
      135deg,
      rgba(226, 226, 226, 0.25) 0%,
      rgba(175, 199, 255, 0.35) 100%
    );
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    transform: translateX(0%);
  }

@media (min-width: 960px) {

.landing .slider {
      margin-top: -200px
  }
    }

.landing .slider.slide_1 {
      background-image: linear-gradient(
        135deg,
        rgba(226, 226, 226, 0.25) 0%,
        rgba(175, 199, 255, 0.35) 100%
      );
      color: #183a9a;
    }

.landing .slider.slide_1 .slide {
        transform: translateX(0%);
      }

.landing .slider.slide_2 {
      background-image: linear-gradient(
        135deg,
        rgba(226, 226, 226, 0.25) 0%,
        rgba(67, 174, 234, 0.35) 100%
      );
      color: #1362a5;
    }

.landing .slider.slide_2 .slide {
        transform: translateX(-100%);
      }

.landing .slider.slide_3 {
      background-image: linear-gradient(
        135deg,
        rgba(226, 226, 226, 0.25) 0%,
        rgba(167, 74, 234, 0.35) 100%
      );
    }

.landing .slider.slide_3 .slide {
        transform: translateX(-200%);
      }

.landing .slider .slide {
      height: 100%;
      flex: 0 0 auto;
      width: 100%;
      transform: translateX(0%);
      transition: all 0.4s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

.landing .slider .slide .slide-container {
        display: flex;
        flex-direction: column;
        padding-left: 24px;
        max-width: calc(1360px - 24px);
        width: 100%;
        margin: auto;
      }

.landing .slider .buttons {
      position: absolute;
      bottom: 15px;
      display: flex;
      left: calc(50% - 75px);
      width: 150px;
      flex-direction: row;
      justify-content: center;
    }

.landing .slider .button {
      opacity: 0.3;
      margin: 10px;
      border: 1px solid rgba(0, 0, 0, 0.62);
      border-radius: 50%;
      height: 10px;
      width: 10px;
    }

.landing .slider .button:hover {
      cursor: pointer;
      opacity: 0.7;
    }

.landing .slider .button.active {
      background: rgba(0, 0, 0, 0.62);
    }

.landing .slide.webinar .header {
      font-size: 17px;
      padding: 0;
    }

.landing .slide.webinar .title {
      font-weight: bold;
      font-size: 28px;
      max-width: 360px;
      padding-top: 10px;
      padding-bottom: 20px;
    }

.landing .slide.webinar .date {
      padding: 0;
      font-size: 18px;
      max-width: 600px;
    }

.landing .slide.webinar .btn-secondary {
      align-self: flex-start;
      flex: 0 0 auto;
      width: auto;
      margin: 20px 0;
      margin-bottom: 0;
    }

.landing .slide.video .header {
      font-size: 17px;
      padding: 0;
    }

.landing .slide.video .title {
      font-weight: bold;
      font-size: 28px;
      max-width: 350px;
      padding-top: 10px;
      padding-bottom: 20px;
    }

.landing .slide.video .btn-secondary {
      align-self: flex-start;
      flex: 0 0 auto;
      width: auto;
      margin: 20px 0;
      margin-bottom: 0;
    }

.landing section.event-info {
    background: white;
    padding: 50px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

.landing section.event-info > img {
      position: absolute;
      width: 60vw;
      height: 88vh;
      left: calc(20vw);
      opacity: 0.05;
      top: -17vh;
    }

.landing section.event-info .event-card {
      display: flex;
      flex-direction: column;
      margin: auto;
      max-width: 760px;
      box-shadow: 0px 4px 94px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      margin: 50px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      background: white;
      font-size: 16px;
    }

@media (max-width: 670px) {

.landing section.event-info .event-card {
        font-size: 13px
    }
      }

@media (max-width: 450px) {

.landing section.event-info .event-card {
        font-size: 10px
    }
      }

.landing section.event-info .event-card .logo-bar {
        height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        opacity: 0.5;
        margin-right: 3em;
      }

.landing section.event-info .event-card .logo-bar img {
          height: 3.8em;
        }

.landing section.event-info .event-card .background-bars {
        position: absolute;
        left: -100px;
      }

.landing section.event-info .event-card .background-bars img {
          position: relative;
          top: -180px;
          height: 857px;
          width: 625px;
          left: -231px;
        }

@media (max-width: 670px) {
          .landing section.event-info .event-card .background-bars img {
            top: -130px;
            height: 730px;
            left: -290px;
            width: 619px;
          }
        }

.landing section.event-info .event-card .text-content {
        z-index: 1;
      }

.landing section.event-info .event-card .line1 {
        margin-left: 2.3em;
      }

.landing section.event-info .event-card .line2 {
        padding-left: 2.3em;
        margin-right: 8px;
      }

.landing section.event-info .event-card .row {
        display: flex;
        flex-direction: row;
      }

.landing section.event-info .event-card .date-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 8.2em;
        margin-top: 2.8em;
      }

@media (max-width: 670px) {

.landing section.event-info .event-card .date-row {
          margin-left: 5.2em
      }
        }

.landing section.event-info .event-card .date-row .separator {
          border-right: 2px solid #e8e8e8;
          margin-left: 1.5em;
          margin-right: 1.5em;
          height: 40px;
        }

.landing section.event-info .event-card h2 {
        font-weight: bold;
        font-size: 2em;
        line-height: normal;
        letter-spacing: 0.03em;
      }

.landing section.event-info .event-card .date {
        font-style: normal;
        font-weight: 300;
        font-size: 1.7em;
        line-height: normal;
        letter-spacing: 0.03em;
      }

.landing section.event-info .event-card .description {
        max-width: 12em;
        font-style: normal;
        font-weight: normal;
        font-size: 1.3em;
        line-height: normal;
        letter-spacing: 0.03em;
        color: #777777;
      }

.landing section.event-info .event-card .btn-secondary {
        align-self: flex-end;
        margin: 25px;
        margin-top: 40px;
        font-size: 1.4em;
        z-index: 1;
      }

@media (max-width: 670px) {

.landing section.event-info .event-card .btn-secondary {
          align-self: center
      }
        }

@keyframes carousel {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(100vw - 100%));
  }
}

.Benefits {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(51, 0, 255, 0.02) 100%
  );
}

.Benefits h2 {
  }

.Benefits .modernize {
    align-items: center;
    margin-bottom: 50px;
  }

.Benefits .modernize img {
      height: 150px;
      opacity: 0.75;
      margin-right: 50px;
      margin-bottom: 0px;
      height: 120px;
      opacity: 0.75;
      margin-right: 30px;
    }

.Benefits p.solution {
    margin-bottom: 50px;
    max-width: 600px;
  }

.Benefits img {
    height: 60px;
    margin-bottom: 25px;
    opacity: 0.75;
  }

.Benefits p {
    max-width: 470px;
  }

.Benefits .benefits {
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
  }

.Benefits .container {
    max-width: 1200px;
    justify-content: space-between;
  }

.Benefits .benefit {
    align-items: flex-start;
    max-width: 360px;
  }

@media (max-width: 768px) {

.Benefits .benefit {
      margin-top: 50px;
      text-align: center;
      align-items: center
  }
    }

.Case-studies {
  background: #ececec4d;
  padding-bottom: 150px;
  padding-top: 100px;
  background: #f9f8ff;
}

.Case-studies .container {
    max-width: 1200px;
  }

.Case-studies h2 {
  }

.Case-studies .customer-row {
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1400px;
  }

.Case-studies .case-study {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 6px 15px 0 #0000001a;
    padding: 35px;
    max-width: 250px;
    min-width: 280px;
    background: white;
    padding-top: 120px;
    background-image: url(/img/landing/customer-header-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    margin: 50px 25px;
  }

.Case-studies .case-study:nth-child(1) {
      background-image: url(/img/landing/customer-header-2.jpg);
    }

.Case-studies .case-study:nth-child(2) {
      background-image: url(/img/landing/customer-header-3.jpg);
    }

.Case-studies .case-study img {
      flex: 0 0 auto;
      height: 25px;
      margin-bottom: 20px;
      align-self: start;
      filter: grayscale(1);
      opacity: 0.5;
    }

.Case-studies .case-study svg {
      display: inline;
      fill: rgba(0, 0, 0, 1);
      z-index: 0;
      height: 10px;
      transform: rotate(180deg);
      height: 10px;
      width: 10px;
      position: relative;
    }

.Case-studies .case-study svg:first-child {
      transform: rotate(0deg);
      top: -8px;
    }

.Case-studies .case-study quote {
      position: relative;
      flex: 1 1 auto;
      color: #2b2b2bd9;
      font-size: 17px;
      letter-spacing: 0.2px;
      line-height: 22px;
      z-index: 1;
      padding-top: 10px;
    }

.Case-studies .case-study a {
      position: absolute;
      bottom: -30px;
      left: calc(50% - 98px);
      cursor: pointer;
    }

.Case-studies .person {
    margin-top: 25px;
    margin-bottom: 25px;
  }

.Case-studies .person .name {
      color: #6b63e6;
    }

.Case-studies .person .title {
      color: #565656;
      font-size: 15px;
      margin-top: 5px;
      color: #9494ff;
    }

.Overview {
  justify-content: center;
  padding: 150px 0;
  text-align: center;
  padding-bottom: 100px;
}

.Overview img.overview-mobile {
    display: none;
    width: 85vw;
    align-self: center;
    margin-top: 25px;
    max-width: 550px;
  }

@media (max-width: 980px) {
    .Overview img.overview-mobile {
      display: block;
    }

    .Overview .overviewImage {
      display: none !important;
    }
  }

.Overview .container {
  }

.Overview .overviewImage {
    margin: auto;
    width: 1000px;
    height: 500px;
    position: relative;
    top: 50px;
    left: 75px;
  }

.Overview .overviewImage img.overview {
      top: 10px;
      left: 200px;
      position: absolute;
      width: 550px;
    }

.Overview .overviewImage .sources {
      position: absolute;
      left: 15px;
      top: -80px;
    }

.Overview .overviewImage .databases {
      top: 120px;
      left: 0px;
    }

.Overview .overviewImage .databases img {
        width: 40px !important;
      }

.Overview .overviewImage .applications {
      top: 210px;
      left: -50px;
    }

.Overview .overviewImage .files {
      top: 300px;
      left: -75px;
    }

.Overview .overviewImage .files img {
        width: 45px !important;
      }

.Overview .overviewImage .events {
      top: 390px;
      left: -50px;
    }

.Overview .overviewImage .custom {
      top: 490px;
      left: 0px;
    }

.Overview .overviewImage .source {
      position: absolute;
      display: flex;
      flex-direction: row;
      text-align: left;
      width: 500px;
      align-items: center;
    }

.Overview .overviewImage .source img {
        flex: 0 0 auto;
        margin: 0;
        width: 50px;
      }

.Overview .overviewImage .source .column {
        margin-left: 15px;
      }

.Overview .overviewImage .source .name {
        font-weight: bold;
        font-size: 14px;
      }

.Overview .overviewImage .source .description {
        margin-top: 3px;
        max-width: 180px;
        font-size: 12px;
        opacity: 0.6;
        line-height: 1.4;
        letter-spacing: 0.5px;
      }

.Overview .overviewImage .destinations {
      position: absolute;
      right: 225px;
      top: 10px;
    }

.Overview .overviewImage .destinations .redshift {
        top: 20px;
      }

.Overview .overviewImage .destinations .redshift img {
          width: 38px;
        }

.Overview .overviewImage .destinations .snowflake {
        top: 195px;
        left: 10px;
      }

.Overview .overviewImage .destinations .s3 {
        top: 385px;
      }

.Overview .overviewImage .destination {
      position: absolute;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
    }

.Overview .overviewImage .destination img {
        flex: 0 0 auto;
        margin: 0;
        width: 50px;
        margin-bottom: 10px;
      }

.Overview .overviewImage .destination .name {
        font-weight: bold;
        font-size: 14px;
      }

.Product {
  padding: 150px 0;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}

@media (max-width: 670px) {

.Product .model p {
      margin-bottom: 25px
  }
    }

.Product .container {
    max-width: 1200px;
  }

.Product h2 {
    margin-bottom: 100px;
    text-align: center;
  }

.Product .feature {
    text-align: center;
    margin: 15px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 350px;
    background: white;
    position: relative;
    z-index: 1;
  }

.Product .feature:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 2px;
      z-index: -1;
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(51, 0, 255, 0.02) 100%
      );
    }

.Product .feature img {
      width: 300px;
    }

.Product .feature img.orchestrate {
      width: 230px;
    }

.Features {
  padding: 150px 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(51, 0, 255, 0.04) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(51, 0, 255, 0.02) 100%
  );
}

.Features h2 {
    text-align: center;
  }

.Features .column {
    width: 100%;
  }

.Features .container {
    max-width: 1200px;
  }

.Features .feature-row {
    justify-content: space-around;
    width: 100%;
    margin-top: 25px;
  }

.Features .feature {
    margin: 25px;
    max-width: 360px;
    text-align: center;
  }

.Features .feature img,
    .Features .feature svg {
      width: 50px;
      margin-bottom: 15px;
      opacity: 0.75;
      color: #ea6a5d;
      min-height: 56px;
    }

.row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 670px) {

.row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}
  }

.row-centered {
  width: 100%;
  justify-content: center;
  margin: auto;
}

.column-centered {
  width: 100%;
  align-items: center;
  margin: auto;
}

.column {
  display: flex;
  flex-direction: column;
}
