.dividerWidget--120 hr {
    height: 42px; 
    background-color: #f2e5d2;
}.bannerWidget--119 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/pricklypearfoodcoop/images/1763338150_691a67a6c9549.webp); 
	background-attachment: fixed; 
	background-position: 76% 75%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--119 {
        background-attachment: initial;
    }
}

.bannerWidget--119::after {
    background-color: hsla(36, 55%, 89%, 0.79);
    z-index: 1;
}

.bannerWidget--119 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 32px;
    padding-bottom: 127px;
    height: auto;
        max-width: 1347px;
    
    }

.bannerWidget--119 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #7a3f75; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--119 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #7a3f75; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 22px;
    text-transform: none;
}