
.prose {
    color: var(--color-body-text, #000);
    max-width: 100%;
}
@media (min-width: 1280px) {
    .xl\:w-6\/12 {
        width: 85%;
    }
}