.bannerWidget--4 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/thefarmconnection/images/1760840312_68f44a7825a10.jpg); 
	background-attachment: fixed; 
	background-position: 60% 24%; 
	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--4 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--4 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #fefefe; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--4 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--5 {
    background-color: #f8f5f5; 
    color: #000000; 
    text-align: left; 
    padding-top: 35px; 
    padding-bottom: 35px;
}

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

.howItWorksWidget--5 .bullet {
    background-color: #ffffff; 
    color: #4a4a4a;
}.newsletterWidget--15 {
    padding-top: 40px; 
    padding-bottom: 40px;
    background-color: #4a4a4a;
    color: #ffffff; 
}

.newsletterWidget--15 a {
    color: var(--link_color);
}