.bannerWidget--5 {
    background-image: url(https://s3.amazonaws.com/grazecart/bryantfamilyfarms/images/1566011268_5d576f849dff9.jpg); 
	background-attachment: scroll; 
	background-position: 50% 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--5 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--5 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.imageWidget--81 {
    padding-top: 40px; 
    padding-bottom: 20px;
}

.imageWidget--81 img {
    width: 500px;
    height: auto;
    max-width: 100%;
}.textHeader--84 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 20px; 
    padding-bottom: 10px;
}

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

.textHeader--84 .textHeader__subheading {
    color: inherit; 
}.textHeader--238 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 20px; 
    padding-bottom: 10px;
}

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

.textHeader--238 .textHeader__subheading {
    color: inherit; 
}.photoGalleryWidget--83 {
    padding-top:33px; 
    padding-bottom: 33px;
    background-color: #628472;
    color: var(--text_color); 
}

.photoGalleryWidget--83 a {
    color: var(--link_color);
}