.bannerWidget--36 {
    background-image: url(https://s3.amazonaws.com/grazecart/grasswayorganics/images/1743198720_67e71a00728f9.png); 
	background-attachment: scroll; 
	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--36 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--36 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--29 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--29 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.featuredProductsWidget--46 {
    background-color: #ffffff;
    color: var(--text_color);
    padding-top: 0px;
	padding-bottom: 13px;
}

.featuredProductsWidget--46 a {
    color: var(--link_color);
}.textWidget--51 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #0a5fc6;
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 864px;
    padding-top: 56px; 
    padding-bottom: 31px; 
    line-height: 1.75; 
    background-color: #b8aeb4;
    color: var(--text_color);
}

.textWidget--51 a {
    color: #0a5fc6;
    text-decoration: none;
}

.textWidget--51 a:hover {
    color: #0a5fc6;
    text-decoration: underline;
}
