.bannerWidget--20 {
    background-image: url(https://s3.amazonaws.com/grazecart/pasturetofork/images/1683210618_6453c17a65338.JPG); 
	background-attachment: scroll; 
	background-position: 100% 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--20 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--20 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #f9f5f5; 
    max-width: 1168px; 
    line-height: 1.25; 
    font-size: 64px;
    text-transform: none;
}

.bannerWidget--20 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #240707; 
    max-width: 1360px; 
    line-height: 1.25; 
    font-size: 39px;
    text-transform: none;
}.textWidget--16 {
    --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: 1440px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--23 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}.newsletterWidget--21 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--21 a {
    color: var(--link_color);
}.dividerWidget--22 hr {
    height: 16px; 
    background-color: #EEE;
}