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

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

.textHeader--21 .textHeader__subheading {
    color: inherit; 
}.contactFormWidget--22 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.textWidget--26 {
    --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--26 a {
    color: var(--link_color);
    text-decoration: none;
}

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