.topic-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
      padding: 15px 20px;
      margin-bottom: 20px;
      border-left: 5px solid #2980b9;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
     
    }

    .topic-card:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }

    .topic-card h2 {
      margin-top: 0;
      color: #2980b9;
      font-size: 22px;
    }

    .topic-card ul {
      margin: 10px 0 0;
      padding-left: 20px;
    }

    .topic-card ul li {
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      .topic-card {
        padding: 15px 18px;
      }
    }
     .destiny
    {
    max-width: 900px;
      margin: 30px 50px;
      padding: 0 10px;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f5f7fa;
      color: #333;
    
    }
    .destiny1 {
    background: url('./images/desire1.jpg') !important;
    background-size: cover !important;
    background-position: center center!important;
    min-height: 300px !important;
   
    }
     .course-target {
  background-color: #f7f9fc;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: 30px auto 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.course-target h2 {
  text-align: center;
  color: #2c3e50;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 25px;
}

.target-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.target-list li {
  font-size: 25px;
  color: #34495e;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.target-list li span {
  margin-right: 10px;
  font-size: 22px;
}