.bannerWidget--152 {
    background-image: url(https://s3.amazonaws.com/grazecart/popacres/images/1582745976_5e56c9789e338.jpg); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	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--152 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--152 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--153 {
    --tw-prose-headings: #134003;
    --tw-prose-p: #134003;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #134003;
    --tw-prose-bullets: #134003;
    max-width: 1200px;
    padding-top: 34px; 
    padding-bottom: 1px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #134003;
}

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

.textWidget--153 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--154 {
    padding-top: 24px; 
    padding-bottom: 8px;
}

.imageWidget--154 img {
    width: 672px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--155 {
    background-color: #FFF; 
    padding-top:24px; 
    padding-bottom: 14px;
    
}.textWidget--156 {
    --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: 1200px;
    padding-top: 4px; 
    padding-bottom: 4px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--156 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--157 {
    background-color: #FFF; 
    padding-top:4px; 
    padding-bottom: 4px;
    
}