.bannerWidget--91 {
    background-image: url(https://s3.amazonaws.com/grazecart/greenfirefarm/images/1649261156_624dba6441043.jpg); 
	background-attachment: scroll; 
	background-position: 60% 77%; 
	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--91 {
        background-attachment: initial;
    }
}

.bannerWidget--91::after {
    background-color: hsla(0, 0%, 100%, 0.16);
    z-index: 1;
}

.bannerWidget--91 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 145px;
    padding-bottom: 112px;
    height: auto;
        max-width: 993px;
    
    }

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

.bannerWidget--91 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--94 hr {
    height: 1px; 
    background-color: #004707;
}.textWidget--92 {
    --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: 683px;
    padding-top: 50px; 
    padding-bottom: 10px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

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

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

.textWidget--93 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--213 hr {
    height: 16px; 
    background-color: #ededed;
}