/* --- KODE UNTUK MEMINDAHKAN KONTEN KE ATAS --- */
.page_index_journal {
    display: flex;
    flex-direction: column;
}

.additional_content {
    order: -1; 
    margin-bottom: 40px;
}
/* -------------------------------------------- */