.bannerWidget--84 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/farmfreshchef/images/1773786331_69b9d4dbf0834.jpg); 
	background-attachment: fixed; 
	background-position: 58% 81%; 
	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--84 {
        background-attachment: initial;
    }
}

.bannerWidget--84::after {
    background-color: hsla(0, 4%, 60%, 0.69);
    z-index: 1;
}

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

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

.bannerWidget--84 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 1008px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--85 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 848px;
    padding-top: 0px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: #f2d4a9;
    color: var(--text_color);
}

.textWidget--85 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--85 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--88 hr {
    height: 7px; 
    background-color: #030000;
}.howItWorksWidget--87 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--87 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}