.textWidget--16 {
    --tw-prose-headings: #1b4022;
    --tw-prose-p: #1b4022;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #1b4022;
    --tw-prose-bullets: #1b4022;
    max-width: 750px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #1b4022;
}

.textWidget--16 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
