.bannerWidget--114 {
    background-image: url(https://s3.amazonaws.com/grazecart/glynwood/images/1698345209_653ab0f93c184.jpg); 
	background-attachment: scroll; 
	background-position: 44% 52%; 
	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--114 {
        background-attachment: initial;
    }
}

.bannerWidget--114::after {
    background-color: hsla(0, 0%, 0%, 0.09);
    z-index: 1;
}

.bannerWidget--114 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 256px;
    height: auto;
        max-width: 1600px;
    
    }

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

.bannerWidget--114 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 736px; 
    line-height: 1.25; 
    font-size: 25px;
    text-transform: none;
}.textWidget--115 {
    --tw-prose-headings: #5b6770;
    --tw-prose-p: #5b6770;
    --tw-prose-a: #a50b24;
    --tw-prose-body: #5b6770;
    --tw-prose-bullets: #5b6770;
    max-width: 640px;
    padding-top: 24px; 
    padding-bottom: 24px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #5b6770;
}

.textWidget--115 a {
    color: #a50b24;
    text-decoration: none;
}

.textWidget--115 a:hover {
    color: #a50b24;
    text-decoration: underline;
}
.photoGalleryWidget--116 {
    padding-top:0px; 
    padding-bottom: 24px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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