.bannerWidget--39 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/oikosfoodbuyersclub/images/1757552876_68c220ec92769.jpg); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

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

.bannerWidget--39::after {
    background-color: transparent;
    z-index: 1;
}

.bannerWidget--39 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 177px;
    height: auto;
        max-width: 1000px;
    
    }

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

.bannerWidget--39 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.imageWidget--21 {
    padding-top: 30px; 
    padding-bottom: 30px;
}

.imageWidget--21 img {
    width: 960px;
    height: auto;
    max-width: 100%;
}.photoGridWidget--7 {
    padding-top:24px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--7 a {
    color: var(--link_color);
}