.bannerWidget--104 {
    background-image: url(https://s3.amazonaws.com/grazecart/farmstead3/images/1739044211_67a7b573a5374.jpg); 
	background-attachment: scroll; 
	background-position: 50% 4%; 
	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--104 {
        background-attachment: initial;
    }
}

.bannerWidget--104::after {
    background-color: hsla(60, 83%, 67%, 0);
    z-index: 1;
}

.bannerWidget--104 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 256px;
    height: auto;
        max-width: 1400px;
    
        min-height: 835px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--104 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #0c3ef5; 
    max-width: 928px; 
    line-height: 1; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--104 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #0c3ef5; 
    max-width: 1264px; 
    line-height: 1.25; 
    font-size: 20px;
    text-transform: none;
}