    h1 {
      font-weight: 200;
      padding: 25px;
    }

    /*  HERO  */
      .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url("/assets/hero/product-mobile-bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: calc(100vh - 53px);
      }
      .hero .right, .hero .left {
        padding: 0 25px;
      }
      .hero .right {
        display: flex;
        flex-direction: column;
      }
      .hero .productName {
        font-size: 3em;
        font-weight: bold;
        line-height: 2rem;
        color: #D61F29;
      }
      .hero .productHeadline {
        font-size: 2em;
        line-height: 2rem;
        color: white;
      }
      .hero .spacer {
        border-top: 1px solid white;
        width: 100px;
        margin: 25px 0 0;
        padding: 25px 0 0;
      }
      .hero .productSubheading {
        font-size: 1em;
        line-height: 1.5rem;
        color: white;
      }
    /*  HERO END  */

    /*  BUSINESS OUTCOMES  */
      .outcomeStats .stats {
        display: flex;
        flex-direction: column;
        padding: 25px;
      }
      .stats .upto {
        font-size: 1em;
        font-weight: 700;
      }
      .stats .stat {
        font-size: 9em;
        font-weight: 700;
        line-height: 0.9em;
      }
      .stats .stat_subhead {
        font-size: 1.2em;
        font-weight: 700;
      }
      .stats .stat_spacer {
        margin-top: 25px;
        border-top: 3px solid #D61F29;
        padding-bottom: 25px;
      }
    /*  BUSINESS OUTCOMES END  */

    /*  PRODUCT INTRO  */
      .product_intro {
        display: flex;
        flex-direction: column;
        padding: 50px 0;
        overflow: hidden;
      }
      .product_intro .product_name {
        transform: translateX(-100%);
        display: flex;
        align-items: center;
        background-color: black;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        color: white;
        font-size: 3em;
        font-weight: 700;
        padding: 20px;
        height: 130px;
        transition: all 1s ease-out;
      }
      .product_intro .product_description {
        transition: all 1s ease-out;
        transform: translateX(100%);
        display: flex;
        align-items: center;
        background-color: #D61F29;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
        color: white;
        font-size: 1em;
        padding: 20px 10px 20px 100px;
        min-height: 130px;
      }
    /*  PRODUCT INTRO END  */

    /*  PRODUCT FEATURES  */
      .features-slider {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
        padding: 25px;
/*        scrollbar-width: none;*/
        scroll-behavior: smooth;
      }

      .features-slider {

        scrollbar-color: #d61f29 white;
        scrollbar-width: thin;

     /* width */
        &::-webkit-scrollbar {
          height: 2px;
        }

      /* Track */
        &::-webkit-scrollbar-track {
          background: #f1f1f1;
        }

      /* Handle */
        &::-webkit-scrollbar-thumb {
          background: #d61f29;
        }

      /* Handle on hover */
        &::-webkit-scrollbar-thumb:hover {
          background: #555;
        }
      }

      .feature {
        display: flex;
        flex-direction: column;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
        width: 200px;
        height: 320px;
        margin-left: 25px;
      }
      .feature:first-child {
        margin-left: 0;
      }
      .feature .feature_heading {
        display: block;
        height: 80px;
        color: #D61F29;
        font-weight: 700;
        width: 150px;
      }
      .feature .feature_description {
        font-weight: 100;
        width: 150px;
      }
    /*  PRODUCT FEATURES END  */

    /*  PRODUCT BENEFITS  */
      .benefits_rightRed {
        padding: 100px 0;
      }

      .benefits_rightRed h2, .benefits_leftBlack h2 {
        padding: 25px;
        font-size: 1.8em;
        line-height: 1.9rem;
      }

      .rightRed {
        background-color: #D61F29;
        padding: 75px 25px;
      }
      .leftBlack {
        background-color: black;
        padding: 75px 25px;
      }

      .benefit {
        padding: 25px 0 0 0;
      }
      .benefit:first-child {
        padding: 0;
      }
      .benefit .benefit-heading {
        background: url("/assets/icons/white-star.svg");
        background-repeat: no-repeat;
        background-position: left 7px;
        background-size: 13px 13px;
        display: block;
        font-weight: 600;
        padding-left: 25px;
      }
      .benefit-description {
        display: block;
        padding-left: 25px;
      }
      .benefit .benefit-heading, .benefit .benefit-description {
        color: white;
      } 
    /*  PRODUCT BENEFITS END  */

    /*  JOURNEY  */
    .journey {
      border: 1px solid #efefef;
      margin: 25px;
      border-radius: 25px;
    }
    .journey .kyc_steps {
      padding: 0 25px;
    }
    .journey .kyc_steps span:first-child {
      display: block;
      font-weight: 600;
      color: #d61f29;
    }
    .journey .kyc_steps span:last-child {
      display: block;
      padding-bottom: 25px;
    }
    /*  JOURNEY END  */

    /*  USE CASES  */
    .useCases {
      margin: 25px;
    }
    .useCases .uses {
      padding: 25px;
    }
    .useCases .uses span:first-child {
      display: block;
      font-weight: 600;
      color: #d61f29;
    }
    .useCases .uses span:last-child {
      display: block;
      padding-bottom: 25px;
    }
    /*  USE CASES END  */


@media only screen and (min-width: 787px) {
  /*  HERO  */
    .hero {
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
      column-gap: 5%;
      background: url("/assets/hero/product-bg.svg");
      background-position: center;
      background-size: cover;
      width: 100%;
    }
    .hero .left, .hero .right {
      width: 30%;
    }
    .hero .productName {
      font-size: 4em;
    }
  /* HERO END */

  /* BUSINESS OUTCOMES */
    .outcomeStats .stats {
      width: 33%;
    }
    .outcomeStats {
      display: flex;
    }
    /* BUSINESS OUTCOMES END */

    /* PRODUCT INTRO */
    .product_intro {
      flex-direction: row;
    }
    .product_intro .product_name {
      width: 35%;
      font-size: 4em;
    }
    .product_intro .product_description {
      width: 65%;
    }
  /* PRODUCT INTRO END */

  /* PRODUCT BENEFITS */
    .benefits_rightRed {
      display: flex;
      align-items: center;
      justify-content: end;
      column-gap: 10%;
    }
    .benefits_rightRed .benefit {
      width: 60%;
    }
    .benefits_rightRed .benefits_title {
      display: flex;
      justify-content: right;
    }
    .benefits_rightRed .title {
    }
    .benefits_rightRed h2 {
      width: 50%;
      text-align: right;
    }
    .benefits_rightRed .rightRed {
      justify-content: center;
      width: 40%;
      background: url(../../assets/graphics/redEdgeTop.svg), url(../../assets/graphics/redEdgeBottom.svg);
      background-color: #D61F29;
      background-position: -2px -2px, -2px 100.1%;
      background-size: 30%;
      background-repeat: no-repeat;
      padding-left: 200px;
    }


    .benefits_leftBlack {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: start;
      column-gap: 10%;
    }
    .benefits_leftBlack .benefit {
      width: 60%;
    }
    .benefits_leftBlack h2 {
      width: 50%;
      color: #D61F29;
    }
    .benefits_leftBlack .leftBlack {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      width: 40%;
      background: url(../../assets/graphics/blackEdgeTop.svg), url(../../assets/graphics/blackEdgeBottom.svg);
      background-color: black;
      background-position: 100.2% -0.1% , 100.1% 100.1%;
      background-size: 30%;
      background-repeat: no-repeat;
      padding-right: 200px;
    }
  /* PRODUCT BENEFITS END */

  /*  JOURNEY  */
  .journey .kyc_steps {
    display: flex;
    column-gap: 10%;
  }
  .kyc_step {
    width: 100%;
  }
  /*  JOURNEY END  */

  /*  USE CASES  */
  .useCases .uses {
    display: flex;
    column-gap: 10%;
  }
  .useCases .uses .use {
    width: 30%;
  }
  /*  USE CASES END  */

}