.bannerWidget--819 {
    background-image: url(https://s3.amazonaws.com/grazecart/josephwanda/images/1700691864_655e7f98bdcb0.jpg); 
	background-attachment: scroll; 
	background-position: 43% 63%; 
	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--819 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--819 .bannerWidget__heading {
    letter-spacing: 0.025em; 
    color: #ffffff; 
    max-width: 864px; 
    line-height: 1.5; 
    font-size: 55px;
    text-transform: none;
}

.bannerWidget--819 .bannerWidget__subheading {
    letter-spacing: 0.025em; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 26px;
    text-transform: none;
}