.bannerWidget--562 {
    background-image: url(https://s3.amazonaws.com/grazecart/gratefulgraze/images/1736889985_6786d68177b7d.png); 
	background-attachment: scroll; 
	background-position: 50% 45%; 
	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--562 {
        background-attachment: initial;
    }
}

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

.bannerWidget--562 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 145px;
    padding-bottom: 0px;
    height: auto;
        max-width: 550px;
    
    }

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

.bannerWidget--562 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--278 {
    --tw-prose-headings: #2b338c;
    --tw-prose-p: #2b338c;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #2b338c;
    --tw-prose-bullets: #2b338c;
    max-width: 880px;
    padding-top: 35px; 
    padding-bottom: 50px; 
    line-height: 1.75; 
    background-color: #ffffff;
    color: #2b338c;
}

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

.textWidget--278 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.photoGalleryWidget--292 {
    padding-top:20px; 
    padding-bottom: 20px;
    background-color: #eeeeee;
    color: var(--text_color); 
}

.photoGalleryWidget--292 a {
    color: var(--link_color);
}