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

.bannerWidget--1::after {
    background-color: hsla(119, 32%, 24%, 0.37);
    z-index: 1;
}

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 35px;
    padding-bottom: 227px;
    height: auto;
        max-width: 922px;
    
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 800px; 
    line-height: 1.25; 
    font-size: 56px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 1120px; 
    line-height: 1.25; 
    font-size: 22px;
    text-transform: none;
}.textWidget--2 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: #ffffff;
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 950px;
    padding-top: 20px; 
    padding-bottom: 4px; 
    line-height: 1.75; 
    background-color: #2a4f29;
    color: #ffffff;
}

.textWidget--2 a {
    color: #ffffff;
    text-decoration: none;
}

.textWidget--2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.photoGridWidget--3 {
    padding-top:20px; 
    padding-bottom: 0px;
    background-color: #f5f5f5;
    color: var(--text_color); 
}

.photoGridWidget--3 a {
    color: var(--link_color);
}.dividerWidget--10 hr {
    height: 64px; 
    background-color: #f5f5f5;
}