.bannerWidget--83 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/pastureviewfarmllc/images/1769790271_697cdb3fe2702.png); 
	background-attachment: scroll; 
	background-position: 50% 57%; 
	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--83 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--83 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--101 {
    --tw-prose-headings: #678062;
    --tw-prose-p: #678062;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #678062;
    --tw-prose-bullets: #678062;
    max-width: 640px;
    padding-top: 66px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #678062;
}

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

.textWidget--101 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--100 {
    padding-top: 84px; 
    padding-bottom: 64px;
}

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