.bannerWidget--233 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--233 {
        background-attachment: initial;
    }
}

.bannerWidget--233::after {
    background-color: hsl(104, 21%, 77%);
    z-index: 1;
}

.bannerWidget--233 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
        max-width: 550px;
    
        min-height: 540px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--233 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--233 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 640px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--229 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #8c0000;
    --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--229 a {
    color: #8c0000;
    text-decoration: none;
}

.textWidget--229 a:hover {
    color: #8c0000;
    text-decoration: underline;
}
