.bannerWidget--43 {
    background-image: url(https://s3.amazonaws.com/grazecart/cathisfarm/images/1689165096_64ae9d2864a50.jpg); 
	background-attachment: scroll; 
	background-position: 50% 83%; 
	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--43 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--43 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--41 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 43px; 
    padding-bottom: 1px;
}

.howItWorksWidget--41 a {
    color: var(--link_color);
}

.howItWorksWidget--41 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.photoGridWidget--7 {
    padding-top:24px; 
    padding-bottom: 24px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--7 a {
    color: var(--link_color);
}.featuredProductsWidget--32 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 24px;
	padding-bottom: 24px;
}

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