.tentang-box {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;


    width: fit-content;

    justify-self: center;
}

table .nomor {
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    color: var(--primary);
    font-weight: bold;
}

table .isi {
    font-size: 1rem;
    font-weight: 500;

    text-align: justify;
}

.about .deskripsi {
    text-align: justify;

    padding-inline: 7rem;
}

@media (max-width: 992px) {
    .about .deskripsi {
        padding-inline: 1rem;
    }
}