.bannerWidget--142 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/landbasketfarm/images/1755106050_689ccb02ecc07.webp); 
	background-attachment: scroll; 
	background-position: 50% 60%; 
	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--142 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--142 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--145 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 12px; 
    line-height: 1.75; 
    background-color: #61755a;
    color: #ffffff;
}

.textWidget--145 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--145 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.featuredPostsWidget--144 {
    background-color: #ebebeb;
    color: var(var(--text_color)); 
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredPostsWidget--144 a {
    color: var(--link_color);
}