.bannerWidget--170 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/glynwood/images/1770048617_6980cc69f0ecf.jpg); 
	background-attachment: scroll; 
	background-position: 50% 61%; 
	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--170 {
        background-attachment: initial;
    }
}

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

.bannerWidget--170 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 200px;
    padding-bottom: 150px;
    height: auto;
        max-width: 1600px;
    
        min-height: 800px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--170 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--171 hr {
    height: 16px; 
    background-color: #EEE;
}.photoGalleryWidget--173 {
    padding-top:24px; 
    padding-bottom: 0px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGalleryWidget--173 a {
    color: var(--link_color);
}.textWidget--174 {
    --tw-prose-headings: #5b6770;
    --tw-prose-p: #5b6770;
    --tw-prose-a: #a50b34;
    --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--174 a {
    color: #a50b34;
    text-decoration: none;
}

.textWidget--174 a:hover {
    color: #a50b34;
    text-decoration: underline;
}
.dividerWidget--176 hr {
    height: 16px; 
    background-color: #EEE;
}.contactFormWidget--175 {
    padding-top: 24px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}