.bannerWidget--111 {
    background-image: url(https://s3.amazonaws.com/grazecart/milessmithfarm/images/1593113265_5ef4fab1b9d9b.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--111 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--111 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--112 hr {
    height: 10px; 
    background-color: #d56124;
}.textHeader--113 {
    background-color: #003300; 
    color: #ffffff; 
    padding-top: 25px; 
    padding-bottom: 15px;
}

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

.textHeader--113 .textHeader__subheading {
    color: inherit; 
}.dividerWidget--115 hr {
    height: 16px; 
    background-color: #003300;
}.ctaButtonWidget--279 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}