.dividerWidget--19 hr {
    height: 16px; 
    background-color: #EEE;
}.bannerWidget--18 {
    background-image: url(https://s3.amazonaws.com/grazecart/sweetgrassdairy/images/1556889147_5ccc3e3b45212.jpg); 
	background-attachment: scroll; 
	background-position: 30% 33%; 
	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--18 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--18 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #0f0101; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 31px;
    text-transform: none;
}.dividerWidget--21 hr {
    height: 16px; 
    background-color: #EEE;
}.textHeader--22 {
    background-color: #609262; 
    color: #f10909; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.textHeader--22 .textHeader__subheading {
    color: inherit; 
}.photoGridWidget--27 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--27 a {
    color: var(--link_color);
}