.bannerWidget--114 {
    background-image: url(https://s3.amazonaws.com/grazecart/nourishedbynature/images/1681829490_643eae729cef2.jpeg); 
	background-attachment: scroll; 
	background-position: 64% 41%; 
	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--114 {
        background-attachment: initial;
    }
}

.bannerWidget--114::after {
    background-color: hsla(0, 5%, 68%, 0);
    z-index: 1;
}

.bannerWidget--114 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 172px;
    padding-bottom: 226px;
    height: auto;
        max-width: 1545px;
    
    }

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

.bannerWidget--114 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 832px; 
    line-height: 1.25; 
    font-size: 31px;
    text-transform: none;
}.featuredProductsWidget--432 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--432 a {
    color: var(--link_color);
}.featuredRecipesWidget--218 {
    background-color: var(--background_color);
    color: var(--text_color); 
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredRecipesWidget--218 a {
    color: var(--link_color);
}