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

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

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--23 hr {
    height: 26px; 
    background-color: #000000;
}.teamWidget--17 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: #ffffff;
}
.dividerWidget--24 hr {
    height: 16px; 
    background-color: #000000;
}.textWidget--25 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

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