body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #ffffff;
      margin: 0;
      padding: 0;
    }

    .journey-section {
      text-align: center;
      padding: 60px 15px;
    }

    .journey-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #333;
    }

    .journey-card {
      border-radius: 20px;
      background-color: #c6d8f8;
      padding: 20px;
      transition: 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .journey-card img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .journey-step {
      font-weight: 600;
      color: #efeeee;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .journey-text {
      font-size: 18px;
      font-weight: 500;
      color: #222;
    }