.bannerWidget--171 {
    background-image: url(https://s3.amazonaws.com/grazecart/gregglenn/images/1480440763_583dbbbb0d16a.jpg); 
	background-attachment: fixed; 
	background-position: 50% 68%; 
	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--171 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--171 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #fcf7f7; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--172 {
    background-color: #fcfcfc; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

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

.howItWorksWidget--172 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.bannerWidget--174 {
    background-image: url(https://s3.amazonaws.com/grazecart/gregglenn/images/1609954729_5ff5f5a91aeba.jpg); 
	background-attachment: fixed; 
	background-position: 50% 100%; 
	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--174 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--174 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--175 {
    --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: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

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