
.card {
    background-color: #fff;
  }

  .title {
    color: #0A4D68;
  }

  .card-with-line {
    position: relative;
    overflow: hidden;
  }

  .card {
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: none;
  }

  .vertical-line {
    position: relative;
    width: 2px;
    height:110%; /* Atur tinggi sesuai kebutuhan */
    background-color: #2c2c2c;
    margin: 0 10px;
  }

  .dot {
    position: absolute;
    top: -5px;
    left: -11px;
    width: 25px;
    height: 25px;
    background-color: #0A4D68;
    border-radius: 50%;
  }

  .card {
    border-radius: 10px;
    overflow: hidden;
}

.card-content {
    border-radius: 10px;
    overflow: hidden;
}

.video-container {
    border-radius: 10px;
    overflow: hidden;
}

.image-responsive {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .image-responsive {
        max-width: 100%;
        max-height: none;
    }
 .vertical-line {

    position: relative;

    width: 2px;
    height:130%; /* Atur tinggi sesuai kebutuhan 
    background-color: #2c2c2c;
    margin: 0 10px;
  }
}
