.textWidget--4 {
    --tw-prose-headings: #3d5d45;
    --tw-prose-p: #3d5d45;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #3d5d45;
    --tw-prose-bullets: #3d5d45;
    max-width: 900px;
    padding-top: 64px; 
    padding-bottom: 0px; 
    line-height: 1.25; 
    background-color: transparent;
    color: #3d5d45;
}

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

.textWidget--4 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--41 {
    padding-top: 34px; 
    padding-bottom: 34px;
}

.imageWidget--41 img {
    width: 900px;
    height: auto;
    max-width: 100%;
}