.bannerWidget--112 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/kcreekranch/images/1768930480_696fbcb033ad5.png); 
	background-attachment: scroll; 
	background-position: 50% 92%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

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

.bannerWidget--112::after {
    background-color: hsla(115, 66%, 32%, 0);
    z-index: 1;
}

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

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

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

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

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

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

.textHeader--115 .textHeader__subheading {
    color: inherit; 
}.contactFormWidget--114 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}