.bannerWidget--256 {
    background-image: url(https://s3.amazonaws.com/grazecart/thefamilycow/images/1665515776_6345c100d169c.jpg); 
	background-attachment: scroll; 
	background-position: 72% 85%; 
	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--256 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--256 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 900px; 
    line-height: 1.25; 
    font-size: 40px;
    text-transform: none;
}

.bannerWidget--256 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.bannerWidget--279 {
    background-image: url(https://s3.amazonaws.com/grazecart/thefamilycow/images/1561579684_5d13d0a488ca8.jpg); 
	background-attachment: scroll; 
	background-position: 72% 55%; 
	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--279 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--279 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 576px; 
    line-height: 1.25; 
    font-size: 40px;
    text-transform: none;
}

.bannerWidget--279 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--257 {
    --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: 900px;
    padding-top: 60px; 
    padding-bottom: 60px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--257 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--258 {
    background-color: #ffffff; 
    padding-top:30px; 
    padding-bottom: 70px;
    
}