.bannerWidget--1 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/purelypasturedfarm/images/1765731459_693eec83e0d7f.png); 
	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: hsla(0, 0%, 0%, 0);
    z-index: 1;
}

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

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 1360px; 
    line-height: 1.25; 
    font-size: 56px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 832px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--61 hr {
    height: 30px; 
    background-color: #EEE;
}.featuredProductsWidget--56 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 25px;
	padding-bottom: 25px;
}

.featuredProductsWidget--56 a {
    color: var(--link_color);
}.photoGridWidget--3 {
    padding-top:25px; 
    padding-bottom: 25px;
    background-color: #d7d7d7;
    color: var(--text_color); 
}

.photoGridWidget--3 a {
    color: var(--link_color);
}.howItWorksWidget--60 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--60 .bullet {
    background-color: #a0b6a5; 
    color: var(--brand_color_inverted);
}.testimonialsWidget--9 {
    padding-top: 64px; 
    padding-bottom: 96px;
    background-color: #d7d7d7;
    color: #3d3d3d; 
}

.testimonialsWidget--9 a {
    color: var(--link_color);
}

.testimonialsWidget--9 .testimonialsWidgetDots li button:before {
    color: #3d3d3d; 
}

.testimonialsWidget--9 .testimonial__bodyContainer {
    background-color: #a0b6a5;
    color: inherit;
}

.testimonialsWidget--9 .testimonial__bodyContainer::after {
    background-color: #a0b6a5;
}.textWidget--65 {
    --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: 640px;
    padding-top: 25px; 
    padding-bottom: 25px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

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