.textHeader--1336 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--1336 .textHeader__subheading {
    color: inherit; 
}.imageWidget--1225 {
    padding-top: 25px; 
    padding-bottom: 40px;
}

.imageWidget--1225 img {
    width: 540px;
    height: auto;
    max-width: 100%;
}.contactFormWidget--174 {
    padding-top: 0px; 
    padding-bottom: 0px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.dividerWidget--1373 hr {
    height: 64px; 
    background-color: #ffffff;
}.dividerWidget--1335 hr {
    height: 64px; 
    background-color: #ffffff;
}.bannerWidget--1337 {
    background-image: url(https://s3.amazonaws.com/grazecart/josephwanda/images/1733078412_674cad8ca47ce.png); 
	background-attachment: scroll; 
	background-position: 50% 38%; 
	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--1337 {
        background-attachment: initial;
    }
}

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

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

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

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