.bannerWidget--48 {
    background-image: url(https://s3.amazonaws.com/grazecart/milessmithfarm/images/1579541317_5e25e3458161d.jpg); 
	background-attachment: scroll; 
	background-position: 45% 15%; 
	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--48 {
        background-attachment: initial;
    }
}

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

.bannerWidget--48 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
        min-height: 353px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--48 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--49 hr {
    height: 10px; 
    background-color: #d56124;
}.ctaButtonWidget--308 {
    background-color: #FFF; 
    padding-top:15px; 
    padding-bottom: 15px;
    
}.textWidget--50 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #003300;
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 825px;
    padding-top: 5px; 
    padding-bottom: 33px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

.textWidget--50 a {
    color: #003300;
    text-decoration: none;
}

.textWidget--50 a:hover {
    color: #003300;
    text-decoration: underline;
}
.dividerWidget--51 hr {
    height: 16px; 
    background-color: #003300;
}.ctaButtonWidget--309 {
    background-color: #FFF; 
    padding-top:13px; 
    padding-bottom: 4px;
    
}