.bannerWidget--207 {
    background-image: url(https://s3.amazonaws.com/grazecart/grasscorp/images/1659724271_62ed61ef13759.jpg); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	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--207 {
        background-attachment: initial;
    }
}

.bannerWidget--207::after {
    background-color: transparent;
    z-index: 1;
}

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

.bannerWidget--207 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #2c2a2a; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 57px;
    text-transform: uppercase;
}

.bannerWidget--207 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #2f2c2c; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 37px;
    text-transform: none;
}.textWidget--194 {
    --tw-prose-headings: #4e524e;
    --tw-prose-p: #4e524e;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #4e524e;
    --tw-prose-bullets: #4e524e;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: #fff0a0;
    color: #4e524e;
}

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

.textWidget--194 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.photoGalleryWidget--196 {
    padding-top:40px; 
    padding-bottom: 40px;
    background-color: #46aa42;
    color: var(--text_color); 
}

.photoGalleryWidget--196 a {
    color: var(--link_color);
}