.textWidget--79 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--79 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.contactFormWidget--78 {
    padding-top: 40px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #ffffff; 
    color: #3d3d3d;
}.bannerWidget--80 {
    background-image: url(https://s3.amazonaws.com/grazecart/meatshopbutchers/images/1746811025_681e3891ab263.jpg); 
	background-attachment: scroll; 
	background-position: 50% 72%; 
	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--80 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--80 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 24px;
    text-transform: none;
}.testimonialsWidget--81 {
    padding-top: 100px; 
    padding-bottom: 120px;
    background-color: #141414;
    color: #d8d1c2; 
}

.testimonialsWidget--81 a {
    color: var(--link_color);
}

.testimonialsWidget--81 .testimonialsWidgetDots li button:before {
    color: #d8d1c2; 
}

.testimonialsWidget--81 .testimonial__bodyContainer {
    background-color: #141414;
    color: #eae6dd;
}

.testimonialsWidget--81 .testimonial__bodyContainer::after {
    background-color: #141414;
}