

.sejarah {
    color: #0A4D68;
    font-size: 32px;
    font-weight: 500;
}

.update {
    color: #0A4D68;
    font-size: 32px;
    font-weight: bold;
}
  .card {
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: none;
  }

  .vertical-line {
    position: relative;
    width: 2px;
    height:102%; /* Atur tinggi sesuai kebutuhan */
    background-color: rgb(94, 91, 91);
    margin: 0 10px;
  }

  .dot {
    position: absolute;
    top: -5px;
    left: -11px;
    width: 25px;
    height: 25px;
    background-color: #0A4D68;
    border-radius: 50%;
  }
  .image-responsive {
  max-width: 100%;
  height: auto;
}
/* ===============================
   STYLE DEFAULT (DESKTOP AMAN)
   =============================== */
   .card {
    border-radius: 10px;
}

.card img {
    object-fit: cover;
}

.title {
    margin-top: 10px;
}

.desc {
    color: #555;
}

.date {
    margin-bottom: 10px;
}

/* ===============================
   RESPONSIVE MOBILE ONLY
   DESKTOP TIDAK TERGANGGU
   =============================== */
@media (max-width: 576px) {

    /* Container lebih rapat */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Card 1 kolom */
    .col-12.col-lg-3 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .card {
        margin-top: 12px !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    /* Gambar full width */
    .card img {
        width: 100% !important;
        height: auto !important;
        border-radius: 8px;
    }

    /* Judul */
    .title {
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 14px;
        line-height: 1.3;
    }

    /* Ringkasan */
    .desc {
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 13px;
        line-height: 1.4;
    }

    /* Tanggal */
    .date {
        margin-left: 10px !important;
        font-size: 12px;
    }
}
