.bannerWidget--2034 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/josephwanda/images/1770144524_6982430c64a6a.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--2034 {
        background-attachment: initial;
    }
}

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

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

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

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

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