.custom-card {
      background: #fff;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .custom-card img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .custom-card-heading {
      background-color: var(--dreamblue);
      border-radius: 8px 8px 0 0;
      padding: 10px 15px;
    }
    .custom-card-heading h3 {
      color: white;
    }
    .custom-card-title {
      font-weight: bold;
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center; /* Centering the title */
    }
    .custom-card-content {
      font-size: 16px;
      padding: 10px;
    }