.bannerWidget--97 {
    background-image: url(https://s3.amazonaws.com/grazecart/neifferranch/images/1542835876_5bf5cea474734.jpg); 
	background-attachment: scroll; 
	background-position: 56% 18%; 
	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--97 {
        background-attachment: initial;
    }
}

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

.bannerWidget--97 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
        min-height: 1339px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--97 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.imageWidget--95 {
    padding-top: 37px; 
    padding-bottom: 0px;
}

.imageWidget--95 img {
    width: 50px;
    height: auto;
    max-width: 100%;
}.photoGridWidget--48 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--48 a {
    color: var(--link_color);
}.howItWorksWidget--11 {
    background-color: var(--background_color); 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 22px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--11 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.contactFormWidget--64 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.dividerWidget--108 hr {
    height: 16px; 
    background-color: #EEE;
}