.bannerWidget--2057 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/josephwanda/images/1770249302_6983dc560bbaa.png); 
	background-attachment: fixed; 
	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--2057 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--2057 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 500px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--2058 hr {
    height: 50px; 
    background-color: #ffffff;
}.featuredProductsWidget--2059 {
    background-color: #ededed;
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--2059 a {
    color: var(--link_color);
}.ctaButtonWidget--2060 {
    background-color: #FFF; 
    padding-top:30px; 
    padding-bottom: 30px;
    
}