.imageWidget--479 {
    padding-top: 51px; 
    padding-bottom: 58px;
}

.imageWidget--479 img {
    width: 1200px;
    height: auto;
    max-width: 100%;
}.dividerWidget--480 hr {
    height: 4px; 
    background-color: #EEE;
}.howItWorksWidget--477 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--477 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.bannerWidget--460 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/ironrootpastures/images/1769702065_697b82b18da8a.png); 
	background-attachment: fixed; 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--460 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--460 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.featuredProductsWidget--458 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--458 a {
    color: var(--link_color);
}.dividerWidget--423 hr {
    height: 16px; 
    background-color: #EEE;
}.featuredProductsWidget--459 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--459 a {
    color: var(--link_color);
}.testimonialsWidget--418 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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

.testimonialsWidget--418 .testimonialsWidgetDots li button:before {
    color: var(--text_color); 
}

.testimonialsWidget--418 .testimonial__bodyContainer {
    background-color: #faf6f5;
    color: inherit;
}

.testimonialsWidget--418 .testimonial__bodyContainer::after {
    background-color: #faf6f5;
}