.bannerWidget--199 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/patchesofearthinc/images/1774034749_69bd9f3db1cbc.png); 
	background-attachment: scroll; 
	background-position: 36% 42%; 
	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--199 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--199 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 560px; 
    line-height: 1.25; 
    font-size: 27px;
    text-transform: none;
}.photoGridWidget--3 {
    padding-top:28px; 
    padding-bottom: 5px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--3 a {
    color: var(--link_color);
}.howItWorksWidget--4 {
    background-color: #f5f5f5; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 33px; 
    padding-bottom: 0px;
}

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

.howItWorksWidget--4 .bullet {
    background-color: #819b45; 
    color: #fcfcfc;
}.textWidget--11 {
    --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: 640px;
    padding-top: 60px; 
    padding-bottom: 60px; 
    line-height: 1.75; 
    background-color: #eeeeee;
    color: var(--text_color);
}

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

.textWidget--11 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.newsletterWidget--183 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--183 a {
    color: var(--link_color);
}