.dividerWidget--116 hr {
    height: 23px; 
    background-color: #f2e5d2;
}.bannerWidget--117 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/pricklypearfoodcoop/images/1763401889_691b60a1aaf8c.jpg); 
	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--117 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--117 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #7a3f75; 
    max-width: 832px; 
    line-height: 2; 
    font-size: 24px;
    text-transform: none;
}