.bannerWidget--62 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/napnhillfarm/images/1767382125_69581c6ddca11.jpeg); 
	background-attachment: scroll; 
	background-position: 74% 69%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--62 {
        background-attachment: initial;
    }
}

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

.bannerWidget--62 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 156px;
    height: auto;
        max-width: 1117px;
    
    }

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

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

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

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

.imageWidget--64 img {
    width: 1500px;
    height: auto;
    max-width: 100%;
}.textWidget--65 {
    --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: 784px;
    padding-top: 0px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--65 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--66 hr {
    height: 16px; 
    background-color: #EEE;
}