.textHeader--19 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

.textHeader--19 .textHeader__heading {
    color: inherit; 
}

.textHeader--19 .textHeader__subheading {
    color: inherit; 
}.textWidget--20 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #187cd1;
    --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--20 a {
    color: #187cd1;
    text-decoration: none;
}

.textWidget--20 a:hover {
    color: #187cd1;
    text-decoration: underline;
}
