.bannerWidget--59 {
    background-image: url(https://s3.amazonaws.com/grazecart/mirrorimagefarms/images/1748893850_683e009a7584d.jpg); 
	background-attachment: scroll; 
	background-position: 50% 44%; 
	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--59 {
        background-attachment: initial;
    }
}

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

.bannerWidget--59 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
        max-width: 1600px;
    
        min-height: 683px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--59 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--60 {
    --tw-prose-headings: #000000;
    --tw-prose-p: #000000;
    --tw-prose-a: #0f3d35;
    --tw-prose-body: #000000;
    --tw-prose-bullets: #000000;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #000000;
}

.textWidget--60 a {
    color: #0f3d35;
    text-decoration: none;
}

.textWidget--60 a:hover {
    color: #0f3d35;
    text-decoration: underline;
}
.featuredPostsWidget--93 {
    background-color: var(--background_color);
    color: var(#000000); 
    padding-top: 64px;
	padding-bottom: 64px;
}

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