.bannerWidget--1 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/rrfarms/images/1753982968_688ba7f87fa1f.jpeg); 
	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.01);
    z-index: 1;
}

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

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

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 650px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textHeader--45 {
    background-color: #dcdcdc; 
    color: var(--text_color); 
    padding-top: 70px; 
    padding-bottom: 79px;
}

.textHeader--45 .textHeader__heading {
    color: inherit; 
}

.textHeader--45 .textHeader__subheading {
    color: inherit; 
}.photoGridWidget--3 {
    padding-top:96px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--3 a {
    color: var(--link_color);
}.howItWorksWidget--4 {
    background-color: #f5f5f5; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--4 .bullet {
    background-color: #e2e2e2; 
    color: #3d3d3d;
}.newsletterWidget--30 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--30 a {
    color: var(--link_color);
}.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;
}.howItWorksWidget--53 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--53 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}