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

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

.bannerWidget--21 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 70px;
    padding-bottom: 5px;
    height: auto;
        max-width: 1200px;
    
        min-height: 165px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--21 .bannerWidget__heading {
    letter-spacing: 0.075em; 
    color: #ffffff; 
    max-width: 1000px; 
    line-height: 1.5; 
    font-size: 34px;
    text-transform: none;
}

.bannerWidget--21 .bannerWidget__subheading {
    letter-spacing: 0.075em; 
    color: #FFF; 
    max-width: 1000px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--4 {
    --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: 1000px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--4 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.featuredPostsWidget--6 {
    background-color: var(--background_color);
    color: var(var(--text_color)); 
    padding-top: 30px;
	padding-bottom: 10px;
}

.featuredPostsWidget--6 a {
    color: var(--link_color);
}.photoGridWidget--7 {
    padding-top:20px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--7 a {
    color: var(--link_color);
}