.bannerWidget--30 {
    background-image: url(https://s3.amazonaws.com/grazecart/brookshirefarm/images/1553622079_5c9a643f88985.png); 
	background-attachment: scroll; 
	background-position: center center; 
	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--30 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--30 .bannerWidget__heading {
    letter-spacing: 3px; 
    color: #ffffff; 
    max-width: 848px; 
    line-height: 1; 
    font-size: 64px;
    text-transform: none;
}

.bannerWidget--30 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 720px; 
    line-height: 1.5; 
    font-size: 24px;
    text-transform: none;
}.textWidget--54 {
    --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: 0px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: #eff0ea;
    color: #3d3d3d;
}

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

.textWidget--54 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
