.bannerWidget--45 {
    background-image: url(https://s3.amazonaws.com/grazecart/drycreekmeats/images/1745005758_6802acbe9cc4a.jpeg); 
	background-attachment: scroll; 
	background-position: 50% 66%; 
	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--45 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--45 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #edfaf9; 
    max-width: 736px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--6 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 24px; 
    padding-bottom: 24px;
}

.howItWorksWidget--6 a {
    color: var(--link_color);
}

.howItWorksWidget--6 .bullet {
    background-color: #288e89; 
    color: #3d3d3d;
}.featuredProductsWidget--41 {
    background-color: #0ea5a5;
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--41 a {
    color: var(--link_color);
}.ctaButtonWidget--44 {
    background-color: #FFF; 
    padding-top:18px; 
    padding-bottom: 17px;
    
}.textWidget--46 {
    --tw-prose-headings: #fafdfd;
    --tw-prose-p: #fafdfd;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #fafdfd;
    --tw-prose-bullets: #fafdfd;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: #358b87;
    color: #fafdfd;
}

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

.textWidget--46 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.textWidget--56 {
    --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: 64px; 
    line-height: 1.75; 
    background-color: #358b87;
    color: #ffffff;
}

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

.textWidget--56 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.contactFormWidget--43 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #94c5c3; 
    color: #3d3d3d;
}