.bannerWidget--146 {
    background-image: url(https://s3.amazonaws.com/grazecart/willowbrookfarms/images/1736786726_67854326f185c.jpg); 
	background-attachment: scroll; 
	background-position: 26% 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--146 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--146 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 875px; 
    line-height: 1.5; 
    font-size: 26px;
    text-transform: none;
}.dividerWidget--139 hr {
    height: 64px; 
    background-color: #ffffff;
}