.imageWidget--54 {
    padding-top: 35px; 
    padding-bottom: 0px;
}

.imageWidget--54 img {
    width: 639px;
    height: auto;
    max-width: 100%;
}.textHeader--47 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--47 .textHeader__subheading {
    color: inherit; 
}.textWidget--45 {
    --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: 1008px;
    padding-top: 20px; 
    padding-bottom: 20px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--45 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--83 hr {
    height: 7px; 
    background-color: #20566f;
}