.bannerWidget--86 {
    background-image: url(https://s3.amazonaws.com/grazecart/brookshirefarm/images/1553622079_5c9a643f88985.png); 
	background-attachment: scroll; 
	background-position: center center; 
	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--86 {
        background-attachment: initial;
    }
}

.bannerWidget--86::after {
    background-color: hsla(0, 0%, 0%, 0.3);
    z-index: 1;
}

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

.bannerWidget--86 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 1024px; 
    line-height: 1.5; 
    font-size: 64px;
    text-transform: none;
}

.bannerWidget--86 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 32px;
    text-transform: none;
}.photoGridWidget--85 {
    padding-top:15px; 
    padding-bottom: 0px;
    background-color: #1d782d;
    color: var(--text_color); 
}

.photoGridWidget--85 a {
    color: var(--link_color);
}.textWidget--93 {
    --tw-prose-headings: #020202;
    --tw-prose-p: #020202;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #020202;
    --tw-prose-bullets: #020202;
    max-width: 832px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #020202;
}

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

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