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

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

.bannerWidget--71::after {
    background-color: hsl(117, 18%, 76%);
    z-index: 1;
}

.bannerWidget--71 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
        max-width: 1600px;
    
    }

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

.bannerWidget--71 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--4 {
    --tw-prose-headings: #0e0900;
    --tw-prose-p: #0e0900;
    --tw-prose-a: #2b1f1f;
    --tw-prose-body: #0e0900;
    --tw-prose-bullets: #0e0900;
    max-width: 880px;
    padding-top: 30px; 
    padding-bottom: 30px; 
    line-height: 1.75; 
    background-color: #fcfaf7;
    color: #0e0900;
}

.textWidget--4 a {
    color: #2b1f1f;
    text-decoration: none;
}

.textWidget--4 a:hover {
    color: #2b1f1f;
    text-decoration: underline;
}
.dividerWidget--81 hr {
    height: 12px; 
    background-color: #EEE;
}