.peraturan-box{
    background:#00723B;
    border:1px solid #00723B;
    border-radius:4px;
    padding:12px 16px;
    margin-bottom:10px;
    box-shadow:none;
}

.peraturan-box h3{
    margin:0;
    font-weight:700;
    text-align:center;
    color:#fff;
}

/* Subtitle bawah box */
.kurikulum-subtitle{
    text-align:center;
    font-weight:600;
    margin-bottom:30px;
}

/* Grid 2 kolom */
.kurikulum-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:24px;
}

/* Gambar */
.kurikulum-img{
    width:100%;
    border-radius:4px;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width:768px){
    .kurikulum-grid{
        grid-template-columns:1fr;
    }
}
