.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/fivemilefarms/images/1569727712_5d9024e06beb9.jpg); 
	background-attachment: fixed; 
	background-position: 51% 21%; 
	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: 0px;
    padding-bottom: 256px;
    height: auto;
        max-width: 1600px;
    
        min-height: 901px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0.075em; 
    color: #faf6f6; 
    max-width: 608px; 
    line-height: 2; 
    font-size: 30px;
    text-transform: uppercase;
}.photoGridWidget--16 {
    padding-top:25px; 
    padding-bottom: 5px;
    background-color: transparent;
    color: var(--text_color); 
}

.photoGridWidget--16 a {
    color: var(--link_color);
}.howItWorksWidget--54 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--54 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.ctaButtonWidget--14 {
    background-color: #070000; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}