.bannerWidget--638 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/gratefulgraze/images/1755056859_689c0adb75ef0.png); 
	background-attachment: scroll; 
	background-position: 50% 45%; 
	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--638 {
        background-attachment: initial;
    }
}

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

.bannerWidget--638 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 145px;
    padding-bottom: 0px;
    height: auto;
        max-width: 550px;
    
    }

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

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

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

.howItWorksWidget--651 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.imageWidget--657 {
    padding-top: 14px; 
    padding-bottom: 64px;
}

.imageWidget--657 img {
    width: 611px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--658 {
    background-color: #FFF; 
    padding-top:2px; 
    padding-bottom: 64px;
    
}.dividerWidget--653 hr {
    height: 4px; 
    background-color: #2b338c;
}.textWidget--652 {
    --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: 1008px;
    padding-top: 7px; 
    padding-bottom: 15px; 
    line-height: 1.75; 
    background-color: #eeeeee;
    color: var(--text_color);
}

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

.textWidget--652 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--654 {
    background-color: #eeeeee; 
    padding-top:0px; 
    padding-bottom: 64px;
    
}.dividerWidget--656 hr {
    height: 4px; 
    background-color: #2b338c;
}.contactFormWidget--655 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}