.textHeader--108 {
    background-color: #ad8c11; 
    color: var(--text_color); 
    padding-top: 20px; 
    padding-bottom: 0px;
}

.textHeader--108 .textHeader__heading {
    color: inherit; 
}

.textHeader--108 .textHeader__subheading {
    color: inherit; 
}.bannerWidget--79 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/bedientfarms/images/1757351676_68bf0efcb67ca.jpg); 
	background-attachment: scroll; 
	background-position: 50% 44%; 
	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--79 {
        background-attachment: initial;
    }
}

.bannerWidget--79::after {
    background-color: hsla(40, 43%, 64%, 0);
    z-index: 1;
}

.bannerWidget--79 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
        max-width: 1136px;
    
        min-height: 589px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--79 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #bb3e15; 
    max-width: 584px; 
    line-height: 1; 
    font-size: 0px;
    text-transform: none;
}

.bannerWidget--79 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #130905; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 27px;
    text-transform: none;
}.howItWorksWidget--105 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

.howItWorksWidget--105 a {
    color: var(--link_color);
}

.howItWorksWidget--105 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.featuredProductsWidget--104 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--104 a {
    color: var(--link_color);
}.imageWidget--107 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--107 img {
    width: 800px;
    height: auto;
    max-width: 100%;
}.imageWidget--103 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--103 img {
    width: 450px;
    height: auto;
    max-width: 100%;
}.imageWidget--81 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--81 img {
    width: 450px;
    height: auto;
    max-width: 100%;
}