.textHeader--161 {
    background-color: #FFFFFF; 
    color: #3d3d3d; 
    padding-top: 30px; 
    padding-bottom: 30px;
}

.textHeader--161 .textHeader__heading {
    color: inherit; 
}

.textHeader--161 .textHeader__subheading {
    color: inherit; 
}.bannerWidget--186 {
    background-image: url(https://s3.amazonaws.com/grazecart/kinnikinnickfarmmyclient/images/1552018266_5c81eb5abc1fe.jpg); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	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--186 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--186 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--162 {
    --tw-prose-headings: #3d3d3d;
    --tw-prose-p: #3d3d3d;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #3d3d3d;
    --tw-prose-bullets: #3d3d3d;
    max-width: 640px;
    padding-top: 30px; 
    padding-bottom: 30px; 
    line-height: 1.75; 
    background-color: transparent;
    color: #3d3d3d;
}

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

.textWidget--162 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--163 {
    background-color: #FFF; 
    padding-top:30px; 
    padding-bottom: 90px;
    
}