.bannerWidget--702 {
    background-image: url(https://s3.amazonaws.com/grazecart/lickskillet/images/1747433650_6827b8b234fb5.webp); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	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--702 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--702 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #6d2219; 
    max-width: 720px; 
    line-height: 1.25; 
    font-size: 64px;
    text-transform: none;
}

.bannerWidget--702 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #b1b1b1; 
    max-width: 512px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}.howItWorksWidget--705 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--705 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.textHeader--706 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

.textHeader--706 .textHeader__heading {
    color: inherit; 
}

.textHeader--706 .textHeader__subheading {
    color: inherit; 
}.featuredProductsWidget--704 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--704 a {
    color: var(--link_color);
}.contactFormWidget--707 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}