.bannerWidget--24 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/waddyhillfarm/images/1753452716_688390acb5ab2.jpg); 
	background-attachment: scroll; 
	background-position: 50% 77%; 
	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--24 {
        background-attachment: initial;
    }
}

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

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

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

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