.bannerWidget--63 {
    background-image: url(https://s3.amazonaws.com/grazecart/heritagehomesteadfarmsllc/images/1673471153_63bf24b1004bf.png); 
	background-attachment: scroll; 
	background-position: 0% 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--63 {
        background-attachment: initial;
    }
}

.bannerWidget--63::after {
    background-color: hsla(0, 13%, 89%, 0.69);
    z-index: 1;
}

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

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

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