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

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

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--17 {
    padding-top: 13px; 
    padding-bottom: 14px;
}

.imageWidget--17 img {
    width: 598px;
    height: auto;
    max-width: 100%;
}