.bannerWidget--41 {
    background-image: url(https://s3.amazonaws.com/grazecart/hiddenhillsranch/images/1663875591_632cba07b533d.jpg); 
	background-attachment: fixed; 
	background-position: 50% 100%; 
	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--41 {
        background-attachment: initial;
    }
}

.bannerWidget--41::after {
    background-color: hsla(174, 32%, 26%, 0.4);
    z-index: 1;
}

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

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

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

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

.textWidget--40 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--42 {
    padding-top: 10px; 
    padding-bottom: 10px;
}

.imageWidget--42 img {
    width: 622px;
    height: auto;
    max-width: 100%;
}.featuredProductsWidget--43 {
    background-color: #f3e8da;
    color: #22333b;
    padding-top: 64px;
	padding-bottom: 10px;
}

.featuredProductsWidget--43 a {
    color: var(--link_color);
}.ctaButtonWidget--44 {
    background-color: #f3e8da; 
    padding-top:10px; 
    padding-bottom: 64px;
    
}