h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--general-sans-600);
    margin-bottom: 1rem;
    width: fit-content;
}

h1 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--stroke-gray);
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

main.section-center {
    padding-bottom: 2rem;
}
main.section-center p,
main.section-center ul {
    margin-bottom: 12px;
}

ol {
    padding-left: 1rem;
}

ol.lower-roman li {
    list-style-type: lower-roman;
    margin-bottom: 8px;
}

ol.decimal li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

p {
    margin-bottom: 1rem;
}
.kumpulan-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.kumpulan-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.gambar-full {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 1.5rem;
    }
    main.section-center {
        padding-bottom: 5rem;
    }
    main.section-center ul {
        max-width: 85%;
    }
    main.section-center > section {
        width: 768px;
    }
}
