.bannerWidget--59 {
    background-image: url(https://s3.amazonaws.com/grazecart/farmstead3/images/1713390500_662043a40779a.JPG); 
	background-attachment: scroll; 
	background-position: 50% 0%; 
	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--59 {
        background-attachment: initial;
    }
}

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

.bannerWidget--59 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 44px;
    padding-bottom: 44px;
    height: auto;
        max-width: 1700px;
    
    }

.bannerWidget--59 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 674px; 
    line-height: 1; 
    font-size: 48px;
    text-transform: none;
}

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