.bannerWidget--155 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/pricklypearfoodcoop/images/1763402046_691b613e25c55.jpg); 
	background-attachment: fixed; 
	background-position: 64% 93%; 
	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--155 {
        background-attachment: initial;
    }
}

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

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

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

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