.bannerWidget--17 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/bakerbayoufarmmarket/images/1768776046_696d616ec7094.jpg); 
	background-attachment: scroll; 
	background-position: 52% 45%; 
	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--17 {
        background-attachment: initial;
    }
}

.bannerWidget--17::after {
    background-color: hsla(0, 0%, 0%, 0.25);
    z-index: 1;
}

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

.bannerWidget--17 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 1008px; 
    line-height: 1.25; 
    font-size: 69px;
    text-transform: none;
}

.bannerWidget--17 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 496px; 
    line-height: 1.25; 
    font-size: 36px;
    text-transform: none;
}.howItWorksWidget--141 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--141 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.howItWorksWidget--142 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--142 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.testimonialsWidget--143 {
    padding-top: 2px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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

.testimonialsWidget--143 .testimonialsWidgetDots li button:before {
    color: var(--text_color); 
}

.testimonialsWidget--143 .testimonial__bodyContainer {
    background-color: #f3f3f3;
    color: inherit;
}

.testimonialsWidget--143 .testimonial__bodyContainer::after {
    background-color: #f3f3f3;
}.ctaButtonWidget--144 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}