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

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

.textHeader--44 .textHeader__subheading {
    color: inherit; 
}.textWidget--16 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #910000;
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 850px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

.textWidget--16 a {
    color: #910000;
    text-decoration: none;
}

.textWidget--16 a:hover {
    color: #910000;
    text-decoration: underline;
}
.photoGalleryWidget--42 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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

.textWidget--30 a {
    color: #910000;
    text-decoration: none;
}

.textWidget--30 a:hover {
    color: #910000;
    text-decoration: underline;
}
.imageWidget--41 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

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