.bannerWidget--6 {
    background-image: url(https://s3.amazonaws.com/grazecart/chelseagandy/images/1549131668_5c55df945587f.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--6 {
        background-attachment: initial;
    }
}

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

.bannerWidget--6 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 112px;
    padding-bottom: 192px;
    height: auto;
    
    }

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

.bannerWidget--6 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--5 {
    background-color: #FFF; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

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