.textWidget--222 {
    --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: 800px;
    padding-top: 60px; 
    padding-bottom: 30px; 
    line-height: 1.75; 
    background-color: #f2cf70;
    color: var(--text_color);
}

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

.textWidget--222 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.textWidget--223 {
    --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: 800px;
    padding-top: 60px; 
    padding-bottom: 10px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--223 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--224 {
    padding-top: 0px; 
    padding-bottom: 120px;
}

.imageWidget--224 img {
    width: 261px;
    height: auto;
    max-width: 100%;
}