.bannerWidget--52 {
    background-image: url(https://s3.amazonaws.com/grazecart/popacres/images/1596755511_5f2c8e37c38c0.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--52 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--52 .bannerWidget__subheading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 1072px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--58 {
    --tw-prose-headings: #164704;
    --tw-prose-p: #164704;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #164704;
    --tw-prose-bullets: #164704;
    max-width: 800px;
    padding-top: 34px; 
    padding-bottom: 34px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #164704;
}

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

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