.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/maddoxfamilyfarms/images/1536957458_5b9c1c12d7b0b.jpg); 
	background-attachment: scroll; 
	background-position: center bottom; 
	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: transparent;
    z-index: 1;
}

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

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 32px;
    text-transform: none;
}.imageWidget--57 {
    padding-top: 64px; 
    padding-bottom: 57px;
}

.imageWidget--57 img {
    width: 721px;
    height: auto;
    max-width: 100%;
}.featuredProductsWidget--3 {
    background-color: #FFF;
    color: var(--text_color);
    padding-top: 65px;
	padding-bottom: 64px;
}

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

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

.howItWorksWidget--4 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.newsletterWidget--20 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: transparent;
    color: var(--text_color); 
}

.newsletterWidget--20 a {
    color: var(--link_color);
}