.bannerWidget--64 {
    background-image: url(https://s3.amazonaws.com/grazecart/homesteadbeefllc/images/1747343313_682657d122225.JPEG); 
	background-attachment: scroll; 
	background-position: 50% 32%; 
	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--64 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--64 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #253d4b; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 60px;
    text-transform: uppercase;
}

.bannerWidget--64 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #faf6f6; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 25px;
    text-transform: none;
}.dividerWidget--60 hr {
    height: 16px; 
    background-color: #473729;
}.contactFormWidget--58 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #5d6439; 
    color: #dedad7;
}.dividerWidget--61 hr {
    height: 16px; 
    background-color: #473729;
}.featuredProductsWidget--63 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--63 a {
    color: var(--link_color);
}