.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/stockphotos/banner_2.jpg); 
	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--1 {
        background-attachment: initial;
    }
}

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

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 200px;
    height: auto;
        max-width: 1500px;
    
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 70px;
    text-transform: uppercase;
}

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

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

.howItWorksWidget--5 .bullet {
    background-color: #0f0806; 
    color: var(--brand_color_inverted);
}.bannerWidget--6 {
    background-image: url(https://s3.amazonaws.com/grazecart/bobmattie/images/1556031946_5cbf29ca06f26.jpg); 
	background-attachment: scroll; 
	background-position: 22% 37%; 
	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--6 {
        background-attachment: initial;
    }
}

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

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

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

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

.imageWidget--12 img {
    width: px;
    height: auto;
    max-width: 100%;
}