.bannerWidget--33 {
    background-image: url(https://s3.amazonaws.com/grazecart/integratedfarms/images/1629679304_6122eec808836.jpg); 
	background-attachment: scroll; 
	background-position: 54% 54%; 
	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--33 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--33 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 1360px; 
    line-height: 1.5; 
    font-size: 41px;
    text-transform: none;
}

.bannerWidget--33 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 768px; 
    line-height: 2; 
    font-size: 24px;
    text-transform: none;
}.photoGalleryWidget--41 {
    padding-top:0px; 
    padding-bottom: 0px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGalleryWidget--41 a {
    color: var(--link_color);
}.textWidget--32 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 1328px;
    padding-top: 0px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--32 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.contactFormWidget--119 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.imageWidget--31 {
    padding-top: 0px; 
    padding-bottom: 0px;
}

.imageWidget--31 img {
    width: 4032px;
    height: auto;
    max-width: 100%;
}