.bannerWidget--354 {
    background-image: url(https://s3.amazonaws.com/grazecart/milessmithfarm/images/1714211861_662ccc157a573.jpg); 
	background-attachment: scroll; 
	background-position: 52% 88%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--354 {
        background-attachment: initial;
    }
}

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

.bannerWidget--354 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 164px;
    height: auto;
        max-width: 1245px;
    
    }

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

.bannerWidget--354 .bannerWidget__subheading {
    letter-spacing: 0.05em; 
    color: #05000b; 
    max-width: 720px; 
    line-height: 1.75; 
    font-size: 40px;
    text-transform: none;
}.featuredProductsWidget--355 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--355 a {
    color: var(--link_color);
}.contactFormWidget--360 {
    padding-top: 0px; 
    padding-bottom: 0px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}