.bannerWidget--40 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/jacobsenfarms/images/1773245963_69b1960bbc121.png); 
	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--40 {
        background-attachment: initial;
    }
}

.bannerWidget--40::after {
    background-color: hsla(120, 33%, 85%, 0);
    z-index: 1;
}

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

.bannerWidget--40 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 1104px; 
    line-height: 1.75; 
    font-size: 62px;
    text-transform: none;
}

.bannerWidget--40 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--10 hr {
    height: 27px; 
    background-color: #add396;
}.textWidget--45 {
    --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: 1600px;
    padding-top: 84px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: #fef3ea;
    color: var(--text_color);
}

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

.textWidget--45 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.howItWorksWidget--35 {
    background-color: #fef3ea; 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 0px; 
    padding-bottom: 64px;
}

.howItWorksWidget--35 a {
    color: var(--link_color);
}

.howItWorksWidget--35 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.photoGridWidget--34 {
    padding-top:23px; 
    padding-bottom: 41px;
    background-color: #fef3ea;
    color: var(--text_color); 
}

.photoGridWidget--34 a {
    color: var(--link_color);
}.ctaButtonWidget--46 {
    background-color: #fef3ea; 
    padding-top:0px; 
    padding-bottom: 64px;
    
}