.modernization {
  /* overflow: hidden !important; */

  h2 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 72px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 56px;
    }

    @media screen and (max-width: 576px) {
      font-size: 56px;
    }
  }

  h1, h3 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 44px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 32px;
    }

    @media screen and (max-width: 576px) {
      font-size: 24px;
    }
  }

  h4 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 28px;
    }

    @media screen and (max-width: 576px) {
      font-size: 22px;
    }
  }

  h5 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 24px;
    }

    @media screen and (max-width: 576px) {
      font-size: 20px;
    }
  }

  p {
    margin: 0;
    font-size: 20px;

    @media screen and (max-width: 992px) {
      font-size: 18px;
    }

    @media screen and (max-width: 576px) {
      font-size: 16px;
    }
  }

  .landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: 80vh; */
    padding: 80px 0px;

    position: relative;
    /* overflow: hidden; */

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 60px;
      min-height: unset;
    }

    .landing-asset {
      position: absolute;
      top: 50%;
      transform: translate(0,-68%);

      img {
        width: 1500px;
        height: 1500px;
        @media screen and (max-width: 1470px){
          opacity: 0.2;
        }
      }

      @media screen and (max-width: 1200px) {
        display: none;
      }
    }

    .left-asset {
      left: -1390px;
    }

    .right-asset {
      right: -1390px;
    }

    .landing-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1;
      overflow: hidden !important;

      button {
        width: fit-content;
      }

      @media screen and (max-width: 576px) {
        justify-content: flex-start;
        min-height: unset;
      }

      .gsap-landing-span {
        font-size: 24px;
        font-weight: 500;
        color: var(--primary-purple) ;

        @media screen and (max-width: 992px) {
          font-size: 20px;
        }

        @media screen and (max-width: 576px) {
          font-size: 18px;
        }
      }

      h3 {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: 50px;
        max-width: 500px;

        @media screen and (max-width: 992px) {
          font-size: 40px;
          max-width: none;
        }

        @media screen and (max-width: 576px) {
          font-size: 32px;
        }
      }

      .image-controller {
        display: flex;
        justify-content: center;

        img {
          width: 90%;
          height: 90%;
          object-fit: contain;
          max-width: 600px;
        }
      }

      .asset {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 400px;
      }
    }

    .capital-assessment-section {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 16px;

      .cta-section {
        width: 100%;
        max-width: 500px;
      }

      h6 {
        font-size: 20px;
      }

      .email-input {
        width: 100%;
        height: 56px;
        max-width: 250px;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid var(--primary-grey);
        font-size: 16px;
        background-color: transparent;
      }

      .cta-section {
        display: flex;
        flex-direction: row;
        gap: 16px;

        @media screen and (max-width: 992px) {
          flex-direction: column;

          .email-input {
            max-width: 100%;
          }

          .primary-button {
            width: 100%;
            justify-content: center;
            height: 56px;
          }
        }
      }
    }
  }

  .description-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 10;

    @media screen and (max-width: 992px) {
      padding: 60px 20px;
    }

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      font-size: 20px;

      @media screen and (max-width: 992px) {
        font-size: 18px;
      }
    }

    .description-description {
      padding-top: 10px;
      padding-bottom: 20px;
    }
  }

  .success-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    background-color: white;
    overflow-x:hidden;

    p {
      margin: 0;
    }

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    h3 {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 40px;
      font-weight: 700;

      @media screen and (max-width: 992px) {
        font-size: 32px;
      }

      @media screen and (max-width: 576px) {
        font-size: 28px;
      }
    }

    .success-card {
      background-color: #f6f6f6;
      padding: 40px;
      border-radius: 16px;
      height: 100%;

      display: flex;
      flex-direction: column;
      gap: 48px;

      @media screen and (max-width: 576px) {
        gap: 24px;
        padding: 28px;
      }

      img {
        align-self: flex-end;
        object-fit: contain;

        @media screen and (max-width: 576px) {
          width: 70px;
        }
      }
    }
  }

  .next-step-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    background-color: #f6f6f6;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding: 60px 20px;
    }

    @media screen and (max-width: 576px) {
      .primary-button {
        width: 100% !important;
        justify-content: center;
      }
    }

    .content {
      max-width: 450px;

      @media screen and (max-width: 576px) {
      max-width: none;
    }
      button {
        width: fit-content;
      }
    }

    .next-image-container {
      @media screen and (max-width: 992px) {
        display:none !important;
      }
    }

    .next-image {
      width: 100%;
      height: 100%;
      max-width: 600px;

    }
  }

  .services-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-color: #f6f6f6;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding: 60px 0px;

      h3 {
        padding-left: 20px;
      }
    }

    .max-width-controller {
      display: flex;
      flex-direction: column;
      gap: 32px;

      @media screen and (max-width: 992px) {
        gap: 0px;
      }
    }


    .service-card {
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-bottom: 10px;
      }
    }

    .card-max-width {
      @media screen and (max-width: 992px) {
        max-width: 540px;
        margin: auto;
      }
    }

    .inside-logo {
      margin-top: 80px;
      background-color: transparent;
      position: relative;
      padding-bottom: 0px;

      @media screen and (max-width: 992px) {
        padding-top: 40px;
        margin-top: 40px;
      }

      @media screen and (max-width: 576px) {
        .primary-button {
          width: 100% !important;
          justify-content: center
        }
      }

      .grey-line {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 48px);
        height: 1px;
        max-width: 1280px;
        background-color: var(--primary-grey);
      }
    }
  }

  .collaborate-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: white;
    width: 100%;


    @media screen and (max-width: 576px) {
      padding-top: 40px;
      padding-bottom: 40px;

      .primary-button {
        width: 100%;
        justify-content: center;
      }
    }

    .content-section {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 20px;

      p {
        width: 100%;
        max-width: 480px;
        margin: 0;
        font-size: 20px;
      }

      @media screen and (max-width: 992px) {
        display: flex;
        flex-direction: column;

         p {
          font-size: 18px;
          text-align: center;
         }
      }

      @media screen and (max-width: 576px) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

         p {
          font-size: 16px;
          text-align: left;
         }
      }
    }
  }

  .our-process-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-color: white;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding: 60px 20px 30px 20px;
    }

    .max-width-controller {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 80px;

      @media screen and (max-width: 576px) {
        gap: 40px;
      }
    }

    .diagram {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      width: 100%;
    }

    .diagram-cell {
      display: flex;
      flex-direction: row;
      gap: 64px;
      align-items: center;
      justify-content: center;
      width: 100%;

      @media screen and (max-width: 992px) {
        justify-content: space-between;
        gap: 0px;
      }

      @media screen and (max-width: 576px) {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
      }
    }

    .right {
      flex-direction: row-reverse;

      .number {
        justify-content: flex-start;
      }

      @media screen and (max-width: 992px) {
        flex-direction: row;

        .number {
          justify-content: center;
        }
      }
    }

    .image {
      width: 100%;
      max-width: 320px;

      @media screen and (max-width: 992px) {
        max-width: 180px;
      }

      @media screen and (max-width: 768px) {
        max-width: 120px;
        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }

      img {
        width: 180px;
        height: 180px;
        object-fit: contain;

        @media screen and (max-width: 768px) {
          width: 130px;
          height: 130px;
        }
      }
    }

    .number {
      max-width: 320px;
      width: 100%;
      flex-shrink: 0;

      display: flex;
      justify-content: flex-end;

      @media screen and (max-width: 992px) {
        justify-content: center;
        max-width: 160px;
      }

      @media screen and (max-width: 768px) {
        max-width: 100px;
        img {
          width: 80px !important;
          height: 80px !important;
        }
      }

      img {
        width: 100%;
        height: 100%;
        width: 160px;
        height: 160px;
        object-fit: contain;

        @media screen and (max-width: 992px) {
          width: 120px;
          height: 120px;
        }
      }
    }

    .text {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      gap: 10px;
      text-align: left;
      max-width: 320px;

      @media screen and (max-width: 576px) {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 100%;
        max-width: none;
      }
    }

    .arrow {
      img {
        width: 100%;
        height: 120px;
        object-fit: contain;
      }

      @media screen and (max-width: 992px) {
        display: none;
      }
    }
  }

  .cta-input-section {
      text-align: center;

      .divider, .divider-bottom {
        width: 100%;
        border-top: 2px solid var(--primary-grey);
        margin-bottom: 72px;
      }

      .divider-bottom {
        margin-top: 72px;
        margin-bottom: 0px;
      }

      .email-input {
        width: 100%;
        height: 56px;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid var(--primary-grey);
        font-size: 16px;
        background-color: transparent;
      }

      .cta-content {
        width: 100%;
        max-width: 810px;

        display: flex;
        flex-direction: column;
        gap: 32px;
      }

      .cta-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;

        .primary-button {
          width: 100%;
          max-width: 320px;
          justify-content: center;
        }
      }

      @media screen and (max-width: 1500px) {
        .divider {
          margin-bottom: 32px;
        }

        .cta-content {
          padding-top: 32px;
        }

      }

      @media screen and (max-width: 768px) {
        .cta-section {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .primary-button {
          width: 100%;
          max-width: 100% !important;
          height: 56px;
        }
      }
  }

  .product-portfolio-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: white;
    border-top: 1px solid #C7C7C7;

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 10px;
    }

    @media screen and (max-width: 768px) {
      padding-bottom: 0px;
    }

    @media screen and (max-width: 576px) {
      display: block;
    }

    .portfolio-content-section {

      width: 100%;
      flex: 0 0 auto;
      position: relative;

      .primary-button {
        margin-top: 24px;
      }

      @media screen and (max-width: 1280px) {
        .primary-button {
          display: none;
        }
      }

      @media screen and (max-width: 992px) {
        padding-bottom: 20px;
      }

      h4 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 34px;
        font-weight: 700;
        margin: 0;

        @media screen and (max-width: 576px) {
          font-size: 24px;
        }
      }

      .subtitle {
        margin: 8px 0 0;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 400;
        color: #0F1825;
        font-family: 'Space Grotesk', sans-serif;
      }

      .divider {
        background-color: var(--primary-grey);
        height: 1px;
        width: 100%;
        margin: 15px 0px;
      }

      .content {
        padding-top: 15px;
        width: 90%;

        margin-bottom: 16px;
        padding-left: 4px;
        font-family: 'Lexend', sans-serif;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 1.65;
        color: #0F1825;

        @media screen and (max-width: 992px) {
          width: 100%;
        }

        @media screen and (max-width: 576px) {
          font-size: 16px;
          padding-top: 0px;
        }

        ul {
          padding-top: 0px;

          display: flex;
          flex-direction: column;
          gap: 20px;
          padding-left: 16px;

          @media screen and (max-width: 576px) {
            gap: 10px;
            margin-bottom: 0px
          }
        }

        li {
          /* font-size: 18px; */

          @media screen and (max-width: 576px) {
            font-size: 16px;
          }
        }

        p {
          font-size: 16px;
        }
      }

      @media screen and (min-width: 1280px) {
        max-width: 500px;
      }

      @media screen and (max-width: 576px) {
        .primary-button {
          width: 100%;
          justify-content: center;
        }
      }

      .csd-portfolio-highlights-label {
        margin: 22px 0 10px;
        padding-top: 14px;
        border-top: 1px solid #d9dde3;
        font-size: 14px;
        font-weight: 600;
        color: #2d3442;
        width: 100%;
      }

      .csd-portfolio-highlights-slider {
        width: 100%;
        max-width: 100%;
      }

      /* Slider wrapper — auto-advance only (no manual arrows).
        Sized so 3.5 cards (3 full + a half-peek of the next) are visible:
          max-width = 3.5 × card + 3 × gap = 3.5 × 108 + 3 × 14 = 420px */
      .csd-portfolio-highlights-slider {
        position: relative;
        display: block;
        width: 100%;
        max-width: calc(108px * 3.5 + 14px * 3);
      }

      .csd-portfolio-highlights-slider.has-metrics {
        max-width: 100%;
      }

      .csd-portfolio-highlights-slider.has-metrics .csd-portfolio-highlights-viewport {
        overflow: visible;
      }

      .csd-portfolio-highlights-slider.has-metrics .csd-portfolio-highlights {
        flex-wrap: nowrap;
        gap: 12px;
        transform: none !important;
      }

      .csd-portfolio-highlights-viewport {
        width: 100%;
        overflow: hidden;
        cursor: grab;
        user-select: none;
        touch-action: pan-y;
      }

      .csd-portfolio-highlights-viewport.is-dragging {
        cursor: grabbing;
      }

      /* The actual moving track. `.csd-portfolio-highlights` was the old row class —
        it now plays the role of the slider track, so it must be nowrap. */
      .csd-portfolio-highlights {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        align-items: stretch;
        will-change: transform;
      }

      .csd-portfolio-highlights-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        align-items: stretch;
        will-change: transform;
      }

      .csd-portfolio-highlight {
        flex: 0 0 108px;
        width: 108px;
        height: 108px;
        border-radius: 16px;
        background: #f5f5f5;
        display: grid;
        place-items: center;
        overflow: hidden;
      }

      .csd-portfolio-highlight.is-award {
        padding: 10px;
      }

      .csd-portfolio-highlight.is-metric {
        flex: 0 0 calc((100% - 36px) / 4);
        width: calc((100% - 36px) / 4);
        min-width: 0;
        min-height: auto;
        border-radius: 0;
        background: transparent;
        align-items: flex-start;
        padding: 0;
      }

      .csd-portfolio-highlight-medal, .csd-portfolio-highlight-award {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-align: center;
        padding-top: 3px;
      }

      .csd-portfolio-highlight-medal {
        /* background: var(--primary-white);
        box-shadow: 0px 5px 7px 0px #00000017; */
        color: var(--primary-fill);
      }

      .csd-portfolio-highlight-medal .top {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .csd-portfolio-highlight-medal .bottom {
        margin-top: 4px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
      }

      .csd-portfolio-highlight-award {
        background: var(--primary-white);
        box-shadow: 0px 5px 7px 0px #00000017;
      }

      .csd-portfolio-highlight-award .title {
        color: var(--primary-fill);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .csd-portfolio-highlight-award .year {
        margin-top: 5px;
        color: var(--primary-fill);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.04em;
      }

      .csd-portfolio-highlight-metric {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        text-align: left;
      }

      .csd-portfolio-highlight-metric-value {
        color: #0F1825;
        font-family: 'Lexend', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.02em;
      }

      .csd-portfolio-highlight-metric-label {
        color: #2d3442;
        font-family: 'Lexend', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
      }

      .csd-portfolio-highlight.is-text {
        padding: 14px;
      }

      .csd-portfolio-highlight.is-text span {
        color: var(--primary-fill);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      @media screen and (max-width: 992px) {
        .csd-portfolio-highlights-slider {
          max-width: 100%;
        }
      }
    }

    .cta-input-section {
      padding-bottom: 56px;

      .divider {
        margin-bottom: 100px;

        @media screen and (max-width: 1500px) {
          display: unset;
        }
      }

      @media screen and (max-width: 1500px) {
        .divider {
          margin-bottom: 56px;
        }

        .divider-bottom {
          margin-top: 56px;
          margin-bottom: 0px;
        }
      }

      @media screen and (max-width: 992px) {
        .divider {
          margin-bottom: 32px;
        }

        .divider-bottom {
          margin-top: 32px;
          margin-bottom: 0px;
        }
      }

      .divider-bottom {
        margin-bottom: 0px;
        margin-top: 100px;
      }
    }

    .alma-section{
      padding: 80px 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom: 1px solid var(--primary-grey);
      position: relative !important;

      @media screen and (max-width: 992px) {
        padding-top: 60px;
        padding-bottom: 60px;
      }

      @media screen and (max-width: 576px) {
        padding-top: 40px;
        padding-bottom: 40px;
      }

    }

    .cma-section {
      padding: 80px 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative !important;
      border-bottom: 1px solid var(--primary-grey);

      .image-portfolio-section-left {
        background-position: right;

        @media screen and (max-width: 576px) {
          margin-top: 24px;
          min-height: 280px;
        }
      }

      .image-section {
        img {
          width: 100%;
          height: 100%;
          max-height: 600px;
          object-fit: contain;
        }

        @media screen and (max-width: 1280px) {
          margin-top: 80px;
        }

        @media screen and (max-width: 992px) {
          margin-top: 30px;
        }
      }

      .floating-logo-controller {
        margin-left: -8px;
      }

      @media screen and (max-width: 992px) {
        padding-top: 60px;
        padding-bottom: 60px;
      }

      @media screen and (max-width: 576px) {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }

    .no-bottom-border{
      border-bottom: none !important;
    }

    .image-portfolio-section {
        background-image: url('../assets/image_background.svg');
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position: center center; */
        width: 60vw;
        flex: 0 0 auto;

        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding-right: 60px;
        padding-left: 50px;

        .floating-logo-controller {
          margin-left: -100px;

          @-moz-document url-prefix() {
            margin: 0px !important;
            margin-right: 32px !important;
            margin-left: -100px !important;
            margin-top: 90px !important;
          }
        }

        @media screen and (min-width: 1800px) {
          padding-left: 0px;

          .floating-logo-controller {
            margin-left: -100px;

            @-moz-document url-prefix() {
              margin: 0px !important;
              margin-right: -50px !important;
              margin-left: -120px !important;
              margin-top: 90px !important;
            }
          }
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          transition: 0.2s;
        }

        /* img:hover {
          transform: scale(106%);
        } */

        @media screen and (max-width: 1280px) {
          width: 100%;
          flex: 1;
          padding-right: 20px;
          background-size: contain;
        }

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

        @media screen and (max-width: 576px) {
          padding: 0;
          margin-top: 20px;
          min-height: 280px;
        }
    }

    .floating-logo-controller{
      padding: 10px;

      img {
        /* height: 48px !important; */
        min-width: 100px;
      }
    }
  }

  .journey-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: transparent !important;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .journey-title{
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 700;
      font-style: Bold;
      font-size: 50px;

      @media screen and (max-width: 992px) {
        font-size: 40px;
      }

      @media screen and (max-width: 576px) {
        font-size: 38px;
      }
    }

    .content-cell {
      padding: 30px 24px !important;
      display: flex;
      flex-direction: row;
      gap: 10px;
      background-color: #f6f6f6;
      border-radius: 12px;

      @media screen and (max-width: 992px) {
        max-width: none;
        width: 100%;
      }

      img {
        width: 55px;
        height: 65px;
        /* object-fit: cover; */

        @media screen and (max-width: 576px) {
          width: 48px;
          height: 48px;
        }
      }

      .card-text {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 400;
        font-size: 20px;
        max-width: 240px;
        line-height: 1.2;

        @media screen and (max-width: 576px) {
          max-width: 100%;
        }
      }

      .card-number {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        vertical-align: bottom;
        line-height: 1.2;
      }
    }
  }
  
  .our-journey-card{
    min-height: auto !important;
  }

  .our-journey-card p{
    margin-top: 20px !important;
  }

}
