.bannerWidget--97 {
    background-image: url(https://s3.amazonaws.com/grazecart/jubilee/images/1539742662_5bc69bc6e3ff5.jpg); 
	background-attachment: fixed; 
	background-position: center bottom; 
	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--97 {
        background-attachment: initial;
    }
}

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

.bannerWidget--97 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 112px;
    padding-bottom: 56px;
    height: auto;
        max-width: 1600px;
    
    }

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

.bannerWidget--97 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--71 {
    --tw-prose-headings: #3d3d3d;
    --tw-prose-p: #3d3d3d;
    --tw-prose-a: #893119;
    --tw-prose-body: #3d3d3d;
    --tw-prose-bullets: #3d3d3d;
    max-width: 640px;
    padding-top: 15px; 
    padding-bottom: 13px; 
    line-height: 1.75; 
    background-color: transparent;
    color: #3d3d3d;
}

.textWidget--71 a {
    color: #893119;
    text-decoration: none;
}

.textWidget--71 a:hover {
    color: #893119;
    text-decoration: underline;
}
.howItWorksWidget--448 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--448 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.howItWorksWidget--449 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--449 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.photoGridWidget--261 {
    padding-top:14px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--261 a {
    color: var(--link_color);
}