.bannerWidget--48 {
    background-image: url(https://s3.amazonaws.com/grazecart/pearlriverpastures/images/1740746965_67c1b0d52fc9f.png); 
	background-attachment: scroll; 
	background-position: 7% 77%; 
	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--48 {
        background-attachment: initial;
    }
}

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

.bannerWidget--48 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 83px;
    height: auto;
        max-width: 785px;
    
    }

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

.bannerWidget--48 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 736px; 
    line-height: 1.25; 
    font-size: 41px;
    text-transform: none;
}.dividerWidget--56 hr {
    height: 16px; 
    background-color: #051726;
}.textWidget--16 {
    --tw-prose-headings: #051726;
    --tw-prose-p: #051726;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #051726;
    --tw-prose-bullets: #051726;
    max-width: 960px;
    padding-top: 21px; 
    padding-bottom: 0px; 
    line-height: 1.75; 
    background-color: #d9cec1;
    color: #051726;
}

.textWidget--16 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--57 hr {
    height: 16px; 
    background-color: #051726;
}