.bannerWidget--40 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/harmonyfarms/images/1757622006_68c32ef6659fe.jpg); 
	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: transparent;
    z-index: 1;
}

.bannerWidget--40 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
        min-height: 664px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--40 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #f7f1f1; 
    max-width: 896px; 
    line-height: 1.25; 
    font-size: 60px;
    text-transform: uppercase;
}

.bannerWidget--40 .bannerWidget__subheading {
    letter-spacing: 0.025em; 
    color: #FFF; 
    max-width: 745px; 
    line-height: 1.25; 
    font-size: 50px;
    text-transform: none;
}.howItWorksWidget--59 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 30px; 
    padding-bottom: 30px;
}

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

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

.photoGridWidget--58 a {
    color: var(--link_color);
}.textWidget--12 {
    --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: 960px;
    padding-top: 20px; 
    padding-bottom: 20px; 
    line-height: 1.75; 
    background-color: #eeeeee;
    color: var(--text_color);
}

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

.textWidget--12 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.testimonialsWidget--9 {
    padding-top: 64px; 
    padding-bottom: 96px;
    background-color: var(--background_color);
    color: #3d3d3d; 
}

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

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

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

.testimonialsWidget--9 .testimonial__bodyContainer::after {
    background-color: #f5f5f5;
}