.bannerWidget--14 {
    background-image: url(https://s3.amazonaws.com/grazecart/stockphotos/banner_2.jpg); 
	background-attachment: scroll; 
	background-position: center bottom; 
	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--14 {
        background-attachment: initial;
    }
}

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

.bannerWidget--14 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 112px;
    padding-bottom: 192px;
    height: auto;
    
    }

.bannerWidget--14 .bannerWidget__heading {
    letter-spacing: 5px; 
    color: #ffffff; 
    max-width: 816px; 
    line-height: 1.5; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--14 .bannerWidget__subheading {
    letter-spacing: 1px; 
    color: #FFF; 
    max-width: 688px; 
    line-height: 1.5; 
    font-size: 24px;
    text-transform: none;
}.newsletterWidget--15 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: transparent;
    color: var(--text_color); 
}

.newsletterWidget--15 a {
    color: var(--link_color);
}.bannerWidget--16 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: center bottom; 
	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--16 {
        background-attachment: initial;
    }
}

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

.bannerWidget--16 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 112px;
    padding-bottom: 192px;
    height: auto;
    
    }

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

.bannerWidget--16 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--17 hr {
    height: 16px; 
    background-color: #EEE;
}.contactFormWidget--18 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.textWidget--19 {
    --tw-prose-headings: #3d3d3d;
    --tw-prose-p: #3d3d3d;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #3d3d3d;
    --tw-prose-bullets: #3d3d3d;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: transparent;
    color: #3d3d3d;
}

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

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