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

.photoGridWidget--13 a {
    color: var(--link_color);
}.bannerWidget--26 {
    background-image: url(https://s3.amazonaws.com/grazecart/aldenhillsorganicfarms/images/1718306094_666b452e141d2.jpg); 
	background-attachment: scroll; 
	background-position: 50% 0%; 
	background-repeat: no-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--26 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--26 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 512px; 
    line-height: 1.5; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--26 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #41a318; 
    max-width: 528px; 
    line-height: 1.25; 
    font-size: 30px;
    text-transform: none;
}.ctaButtonWidget--74 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}.textHeader--81 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--81 .textHeader__subheading {
    color: inherit; 
}