/* ============================
   SECTION KURIKULUM
============================ */

.map-kurikulum {
  padding: 70px 0;
  background: #fff;
}

.map-kurikulum h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #800000;
  margin-bottom: 50px;
}

.map-kurikulum h4 {
  text-align: center;
}

.map-kurikulum img {
  width: 380px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.map-kurikulum h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.map-list {
  font-size: 18px;
  line-height: 2;
  padding-left: 20px;
}

.map-list li {
  margin-bottom: 6px;
}

/* Tombol */

.map-btn-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.btn-map {
  display: block;

  width: 100%;

  background: #2d55d4;

  color: #fff !important;

  text-decoration: none;

  text-align: center;

  padding: 15px;

  border-radius: 50px;

  font-size: 20px;

  font-weight: bold;

  margin-bottom: 20px;

  transition: 0.3s;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-map:hover {
  background: #800000;

  color: #fff !important;

  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .map-kurikulum {
    text-align: center;
  }

  .map-kurikulum img {
    margin-bottom: 30px;
  }

  .map-btn-title {
    margin-top: 35px;
  }

  /* ===============================
   Gambar Kurikulum
================================= */

  .map-kurikulum-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .map-kurikulum-image img {
    width: 120px;
    height: 220px;

    object-fit: contain;

    background: #fff;

    padding: 15px;

    border-radius: 15px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  /* Judul */
  .map-kurikulum-title {
    text-align: center !important;
    color: #800000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
  }
}
