.photoGridWidget--124 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--124 a {
    color: var(--link_color);
}.dividerWidget--137 hr {
    height: 16px; 
    background-color: #206628;
}.bannerWidget--38 {
    background-image: url(https://s3.amazonaws.com/grazecart/tripleoaksfarmllc/images/1730502289_67255e91d8517.jpeg); 
	background-attachment: scroll; 
	background-position: 50% 73%; 
	background-repeat: repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

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

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

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

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

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

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