.bannerWidget--1 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/tierraverdefarms/images/1775057230_69cd394e81d7c.webp); 
	background-attachment: scroll; 
	background-position: 100% 100%; 
	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: 15px;
    padding-bottom: 50px;
    height: auto;
        max-width: 1170px;
    
        min-height: 555px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.025em; 
    color: #000000; 
    max-width: 864px; 
    line-height: 1.25; 
    font-size: 54px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 800px; 
    line-height: 1; 
    font-size: 25px;
    text-transform: none;
}.textHeader--12 {
    background-color: #ffffff; 
    color: #000000; 
    padding-top: 40px; 
    padding-bottom: 40px;
}

.textHeader--12 .textHeader__heading {
    color: inherit; 
}

.textHeader--12 .textHeader__subheading {
    color: inherit; 
}.howItWorksWidget--2 {
    background-color: #e7ebe6; 
    color: #000000; 
    text-align: left; 
    padding-top: 50px; 
    padding-bottom: 25px;
}

.howItWorksWidget--2 a {
    color: var(--link_color);
}

.howItWorksWidget--2 .bullet {
    background-color: #7c9273; 
    color: #fafafa;
}.ctaButtonWidget--3 {
    background-color: #e7ebe6; 
    padding-top:10px; 
    padding-bottom: 30px;
    
}.photoGridWidget--15 {
    padding-top:50px; 
    padding-bottom: 35px;
    background-color: #ffffff;
    color: var(--text_color); 
}

.photoGridWidget--15 a {
    color: var(--link_color);
}.testimonialsWidget--10 {
    padding-top: 50px; 
    padding-bottom: 60px;
    background-color: #e7ebe6;
    color: #2e4725; 
}

.testimonialsWidget--10 a {
    color: var(--link_color);
}

.testimonialsWidget--10 .testimonialsWidgetDots li button:before {
    color: #2e4725; 
}

.testimonialsWidget--10 .testimonial__bodyContainer {
    background-color: #b5c0af;
    color: inherit;
}

.testimonialsWidget--10 .testimonial__bodyContainer::after {
    background-color: #b5c0af;
}.newsletterWidget--64 {
    padding-top: 46px; 
    padding-bottom: 44px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--64 a {
    color: var(--link_color);
}.imageWidget--77 {
    padding-top: 20px; 
    padding-bottom: 20px;
}

.imageWidget--77 img {
    width: 286px;
    height: auto;
    max-width: 100%;
}