.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/freshvalleyfarms/images/1639197452_61b42b0ced9b5.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--1 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 40px;
    text-transform: none;
}.textWidget--50 {
    --tw-prose-headings: #9f5c47;
    --tw-prose-p: #9f5c47;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #9f5c47;
    --tw-prose-bullets: #9f5c47;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: #ebeadd;
    color: #9f5c47;
}

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

.textWidget--50 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.howItWorksWidget--48 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--48 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.photoGridWidget--27 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--27 a {
    color: var(--link_color);
}.featuredPostsWidget--22 {
    background-color: #FFF;
    color: var(var(--text_color)); 
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredPostsWidget--22 a {
    color: var(--link_color);
}