      .timeline {
        margin-top: 135px;
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: 40% auto;
        justify-content: center;
      }

      .desc-cl {
        position: relative !important;
        left: -5% !important;
      }

      .timeline-ul {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0;
      }

      .timeline-ul li {
        margin-top: 30px;
        position: relative;
        padding: 25px;
      }

      .timeline-ul li p {
        text-align: center;
        padding: 0 20px;
        transition: 1.5s;
        margin-top: 0;
        margin-bottom: 0;
      }

      .timeline-ul li img {
        text-align: center;
        padding: 0 20px;
        transition: 1.5s;
      }

      .date {
        position: absolute;

        top: 30px;
        left: -50px;
        opacity: 1;
        transition: 1.5s;
        font-size: 12px;
      }

      .timeline-line {
        background: linear-gradient(129.38deg, #DCE4EF 0%, #A7B6E2 192.47%);
        width: 4px;
        border-radius: 12px;
        position: relative;
        justify-self: end;
      }

      .timeline-point {
        border: none;
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135.88deg, #12826C 0%, #7BCCBD 135.45%);
        border-radius: 8px;
        width: 8px;
        height: 8px;
        top: 30px;
        left: -6px;
        transition: 1.5s ease;
      }

      .timeline-innerline {
        position: absolute;
        background: linear-gradient(129.38deg, #DCE4EF 0%, #A7B6E2 192.47%);
        width: 4px;
        height: 0%;
        top: 0%;
        left: 0%;
        transition: 1s linear;
      }


      @media only screen and (max-width: 600px) {
        .timeline {
          display: block;
        }

        .timeline-ul-mob {
          flex-direction: row;
        }

        .li-div {
          width: 200px;
        }

        .year-cl {
          left: 250%;
        }

        .desc-cl {
          position: relative !important;
          left: 253% !important;
        }

        .timeline-ul-mob li {
          margin-top: 0px;
          position: relative;
          width: 300px;
          padding: 0px;
          padding-right: 50px;
        }

        .timeline-ul-mob li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .li-div .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 232%;
        }

        .li-div .timeline-point {
          width: 15px;
          height: 15px;

          top: -40px;
          left: 241%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 320%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;

          top: 0%;
          left: 0%;

          transition: 1s linear;
          border-radius: 999px;
        }
      }

      @media only screen and (max-device-width: 480px) {
        .timeline {
          display: block;
        }

        .timeline-ul-mob {
          flex-direction: row;
        }

        .li-div {
          width: 150px;
        }

        .year-cl {
          left: 250%;
        }

        .desc-cl {
          position: relative !important;
          left: 198% !important;
        }

        .timeline-ul-mob li {
          margin-top: 0px;
          position: relative;
          width: 250px;
          padding: 0px;
        }

        .timeline-ul-mob li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .li-div .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 227%;
        }

        .li-div .timeline-point {
          width: 15px;
          height: 15px;

          top: -40px;
          left: 241%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 280%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;

          top: 0%;
          left: 0%;

          transition: 1s linear;
          border-radius: 999px;
        }

      }

      @media screen and (min-width: 768px) {
        .timeline {
          display: block;
        }

        .timeline-ul {
          flex-direction: row;
        }

        .timeline-ul li {
          margin-top: 0px;
          position: relative;
          width: 100%;
          padding: 0px;
        }

        .timeline-ul li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 30%;
        }

        .timeline-point {
          width: 15px;
          height: 15px;

          top: -40px;
          left: 40%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 100%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;

          top: 0%;
          left: 0%;

          transition: 1s linear;
          border-radius: 999px;
        }
      }

      @media only screen and (min-device-width: 1537px) and (max-width: 1920px) {
        .timeline {
          display: block;
        }

        .timeline-ul {
          flex-direction: row;
        }

        .timeline-ul li {
          margin-top: 0px;
          position: relative;
          width: 100%;
          padding: 0px;
        }

        .timeline-ul li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 30%;
        }

        .timeline-point {
          width: 15px;
          height: 15px;
          top: -40px;
          left: 37%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 100%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;
          top: 0%;
          left: 0%;
          transition: 1s linear;
          border-radius: 999px;
        }

        .desc-cl {
          position: relative !important;
          left: -8% !important;
        }
      }

      @media only screen and (min-device-width: 1024px) and (max-width: 1366px) {
        .timeline {
          display: block;
        }

        .timeline-ul {
          flex-direction: row;
        }

        .timeline-ul li {
          margin-top: 0px;
          position: relative;
          width: 100%;
          padding: 0px;
        }

        .timeline-ul li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 28%;
        }

        .timeline-point {
          width: 15px;
          height: 15px;
          top: -40px;
          left: 37%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 100%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;
          top: 0%;
          left: 0%;

          transition: 1s linear;
          border-radius: 999px;
        }

        .desc-cl {
          position: relative !important;
          left: -8% !important;
        }
      }

      @media only screen and (min-device-width: 1400px) and (max-width: 1536px) {
        .timeline {
          display: block;
        }

        .timeline-ul {
          flex-direction: row;
        }

        .timeline-ul li {
          margin-top: 0px;
          position: relative;
          width: 100%;
          padding: 0px;
        }

        .timeline-ul li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 28%;
        }

        .timeline-point {
          width: 15px;
          height: 15px;

          top: -40px;
          left: 37%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 100%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;

          top: 0%;
          left: 0%;

          transition: 1s linear;
          border-radius: 999px;
        }

        .desc-cl {
          position: relative !important;
          left: -8% !important;
        }
      }

      @media only screen and (min-device-width: 800px) and (max-device-width: 991px) {
        .timeline {
          display: block;
        }

        .timeline-ul {
          flex-direction: row;
        }

        .timeline-ul li {
          margin-top: 0px;
          position: relative;
          width: 100%;
          padding: 0px;
        }

        .timeline-ul li p {
          text-align: center;
          transform: translateY(-10px);
          opacity: 1;
          transition: 1.5s;
          margin-top: 0;
          margin-bottom: 0;
        }

        .date {
          opacity: 1;
          transition: 1.5s;
          font-size: 12px;
          position: absolute;
          top: -122px;
          left: 20%;
        }

        .timeline-point {
          width: 15px;
          height: 15px;
          top: -40px;
          left: 37%;
          transition: 1.5s ease;
        }

        .timeline-line {
          width: 100%;
          height: 4px;
        }

        .timeline-innerline {
          position: absolute;
          background: blue;
          width: 0%;
          height: 4px;
          top: 0%;
          left: 0%;
          transition: 1s linear;
          border-radius: 999px;
        }

        .desc-cl {
          position: relative !important;
          left: -8% !important;
        }

      }