.body {
    font-family: 'Open Sans', sans-serif !important;
    background: linear-gradient(189.82deg, #F06B80 1%, #7948D0 101.57%);
    min-height: 100vh;
    padding: 50px 0; }
  
  header {
    text-align: right;
    padding-bottom: 10px; 
  }

  section h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px; }
  section h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px; }
  section p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px; }
  
  ul {
    list-style: none;
    padding-left: 0 !important; }
    ul li {
      flex-grow: 1;
      display: flex;
      align-items: center;
      position: relative; }
      ul li::after {
        content: '';
        height: 1px;
        border-top: 1px dashed #fff;
        width: 50px;
        position: absolute;
        right: 60px; }
      ul li:last-child::after {
        display: none; }
      ul li img {
        margin-left: 10px; }
      ul li .left {
        padding-right: 11px; }
        ul li .left .count {
          width: 54px;
          height: 54px;
          background-color: #fff;
          color: #000;
          line-height: 1;
          font-size: 30px;
          font-weight: 700;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%; }
          ul li .left .count.active {
            color: #0D9C2D; }
      ul li .right h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 6px;
        line-height: 1; }
      ul li .right p {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0px; }
  
  .qr-code {
    max-width: 660px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 50px 170px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .qr-code .refrence-link {
      background: rgba(255, 255, 255, 0.75);
      border-radius: 10px;
      padding: 0px 10px;
      font-size: 14px;
      color: #000;
      line-height: 1;
      width: 320px;
      height: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .qr-code .refrence-link button {
        color: #0D9C2D;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 700;
        padding: 0;
        border-left: 1px solid #C7C4C4;
        padding-left: 5px;
        height: 40px; }
    .qr-code .share-via {
      background: #fff;
      color: #000;
      width: 320px;
      height: 50px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
      margin-top: 40px;
      padding: 15px;
      justify-content: center; }
      .qr-code .share-via img {
        margin-right: 5px; }
    .qr-code p {
      font-size: 14px;
      margin: 40px 0 20px 0; }
  
  small {
    width: 650px;
    font-size: 11px;
    font-weight: 400;
    margin-top: 15px;
    color: #fff; }

    .faq-small {
      font-size: 14px !important;
    }
  
  @media screen and (max-width: 1390px) {
    ul li::after {
      right: 30px; } }
  @media screen and (max-width: 1199px) {
    ul {
      justify-content: space-between; }
      ul li {
        flex-grow: 0; }
        ul li::after {
          right: -65px; } }
  @media screen and (max-width: 991px) {
    ul {
      flex-direction: column; }
      ul li {
        margin-bottom: 50px; }
        ul li::after {
          right: unset !important;
          left: 2px;
          top: 80px;
          transform: rotate(90deg); } }
  @media screen and (max-width: 767px) {
    .body {
      padding: 50px 12px; }
  
    .qr-code {
      width: 100%;
      padding: 0;
      border: none;
      align-items: flex-start; }
      .qr-code img[alt="qr-code"] {
        display: none; }
      .qr-code p {
        display: none; }
  
    small {
      width: 100%;
      margin-top: 50px; }
  
    .qr-code {
      margin-top: 0; }
      .qr-code .refrence-link, .qr-code .share-via {
        width: 100%; } }
  
  /*# sourceMappingURL=style.css.map */