.bannerWidget--36 {
    background-image: url(https://s3.amazonaws.com/grazecart/zoefarms/images/1721152728_6696b4d8e307d.jpg); 
	background-attachment: scroll; 
	background-position: 47% 0%; 
	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--36 {
        background-attachment: initial;
    }
}

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

.bannerWidget--36 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 300px;
    padding-bottom: 20px;
    height: auto;
        max-width: 700px;
    
    }

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

.bannerWidget--36 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #fbfdfc; 
    max-width: 700px; 
    line-height: 1.5; 
    font-size: 30px;
    text-transform: none;
}.textWidget--2 {
    --tw-prose-headings: #020202;
    --tw-prose-p: #020202;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #020202;
    --tw-prose-bullets: #020202;
    max-width: 700px;
    padding-top: 0px; 
    padding-bottom: 30px; 
    line-height: 1.75; 
    background-color: #ffffff;
    color: #020202;
}

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

.textWidget--2 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.featuredPostsWidget--62 {
    background-color: var(--background_color);
    color: var(var(--text_color)); 
    padding-top: 30px;
	padding-bottom: 30px;
}

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