.bannerWidget--19 {
    background-image: url(https://s3.amazonaws.com/grazecart/wagonwheelfarms/images/1724353768_66c78ce85c4cf.jpeg); 
	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--19 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--19 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.75; 
    font-size: 28px;
    text-transform: none;
}.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;
}.photoGridWidget--41 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--41 a {
    color: var(--link_color);
}.ctaButtonWidget--46 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}.imageWidget--51 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--51 img {
    width: 1024px;
    height: auto;
    max-width: 100%;
}.imageWidget--52 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--52 img {
    width: 1600px;
    height: auto;
    max-width: 100%;
}.featuredProductsWidget--53 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

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