.textWidget--222 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: #ffffff;
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 640px;
    padding-top: 5px; 
    padding-bottom: 5px; 
    line-height: 1.75; 
    background-color: #465921;
    color: #ffffff;
}

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

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

.photoGridWidget--199 a {
    color: var(--link_color);
}.bannerWidget--224 {
    background-image: url(https://s3.amazonaws.com/grazecart/mcintyrepastures/images/1739472365_67ae3ded1431f.jpg); 
	background-attachment: scroll; 
	background-position: 50% 38%; 
	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--224 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--224 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--225 hr {
    height: 30px; 
    background-color: #ffffff;
}