.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/lakewatcherfarms/images/1711211148_65ff028c5f933.jpeg); 
	background-attachment: scroll; 
	background-position: 48% 50%; 
	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--1 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #fcf8eb; 
    max-width: 750px; 
    line-height: 1.25; 
    font-size: 46px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #fcf8eb; 
    max-width: 650px; 
    line-height: 1.25; 
    font-size: 25px;
    text-transform: none;
}.textWidget--2 {
    --tw-prose-headings: #fcf8eb;
    --tw-prose-p: #fcf8eb;
    --tw-prose-a: #ffffff;
    --tw-prose-body: #fcf8eb;
    --tw-prose-bullets: #fcf8eb;
    max-width: 1520px;
    padding-top: 20px; 
    padding-bottom: 20px; 
    line-height: 1.75; 
    background-color: #0b2b11;
    color: #fcf8eb;
}

.textWidget--2 a {
    color: #ffffff;
    text-decoration: none;
}

.textWidget--2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
