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

.bannerWidget--108::after {
    background-color: hsla(0, 0%, 0%, 0.29);
    z-index: 1;
}

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

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

.bannerWidget--108 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 688px; 
    line-height: 1.25; 
    font-size: 25px;
    text-transform: none;
}.featuredProductsWidget--110 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--110 a {
    color: var(--link_color);
}.howItWorksWidget--141 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 92px; 
    padding-bottom: 93px;
}

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

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