.owl-carousel {
      display: flex;
      justify-content: center;
    }
    .custom-card {
      width: 300px;
      margin: 10px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .custom-card img {
      width: 100%;
      border-radius: 8px 8px 0 0;
    }
    .custom-card-content {
      padding: 15px;
    }
    .custom-card-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .custom-card-description {
      font-size: 14px;
    }