.bannerWidget--873 {
    background-image: url(https://s3.amazonaws.com/grazecart/lilachedgefarm/images/1739983899_67b60c1b68822.jpg); 
	background-attachment: scroll; 
	background-position: 50% 70%; 
	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--873 {
        background-attachment: initial;
    }
}

.bannerWidget--873::after {
    background-color: hsla(0, 0%, 100%, 0);
    z-index: 1;
}

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

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

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

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

.howItWorksWidget--877 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.textWidget--874 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 640px;
    padding-top: 6px; 
    padding-bottom: 6px; 
    line-height: 1.75; 
    background-color: #e27238;
    color: #ffffff;
}

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

.textWidget--874 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
