.bannerWidget--117 {
    background-image: url(https://s3.amazonaws.com/grazecart/heritagehomesteadfarmsllc/images/1694467299_64ff84e3200e3.jpeg); 
	background-attachment: scroll; 
	background-position: 50% 42%; 
	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--117 {
        background-attachment: initial;
    }
}

.bannerWidget--117::after {
    background-color: hsla(0, 0%, 100%, 0);
    z-index: 1;
}

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

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

.bannerWidget--117 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 912px; 
    line-height: 1.5; 
    font-size: 31px;
    text-transform: none;
}.howItWorksWidget--124 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--124 .bullet {
    background-color: #ffffff; 
    color: var(--brand_color_inverted);
}.featuredPostsWidget--127 {
    background-color: var(--background_color);
    color: var(var(--text_color)); 
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredPostsWidget--127 a {
    color: var(--link_color);
}