.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/glynwood/images/1745494982_680a23c6dbd4a.jpeg); 
	background-attachment: scroll; 
	background-position: 61% 32%; 
	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--1 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 750px; 
    line-height: 1.25; 
    font-size: 56px;
    text-transform: uppercase;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0.025em; 
    color: #FFF; 
    max-width: 656px; 
    line-height: 1.25; 
    font-size: 25px;
    text-transform: none;
}.dividerWidget--190 hr {
    height: 16px; 
    background-color: #646b15;
}.textWidget--112 {
    --tw-prose-headings: #646b15;
    --tw-prose-p: #646b15;
    --tw-prose-a: #bc5831;
    --tw-prose-body: #646b15;
    --tw-prose-bullets: #646b15;
    max-width: 688px;
    padding-top: 48px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: #fbf7e6;
    color: #646b15;
}

.textWidget--112 a {
    color: #bc5831;
    text-decoration: none;
}

.textWidget--112 a:hover {
    color: #bc5831;
    text-decoration: underline;
}
.newsletterWidget--199 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--199 a {
    color: var(--link_color);
}