.bannerWidget--38 {
    background-image: url(https://s3.amazonaws.com/grazecart/allardfamilyfarm/images/1737669724_6792bc5c837d6.jpg); 
	background-attachment: scroll; 
	background-position: 47% 49%; 
	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--38 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--38 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.newsletterWidget--39 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--39 a {
    color: var(--link_color);
}.contactFormWidget--37 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.dividerWidget--42 hr {
    height: 16px; 
    background-color: #EEE;
}.howItWorksWidget--41 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

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