.bannerWidget--39 {
    background-image: url(https://s3.amazonaws.com/grazecart/redmoonranchllc/images/1711392608_6601c760afc07.jpeg); 
	background-attachment: fixed; 
	background-position: 57% 100%; 
	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--39 {
        background-attachment: initial;
    }
}

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

.bannerWidget--39 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 69px;
    padding-bottom: 10px;
    height: auto;
        max-width: 550px;
    
    }

.bannerWidget--39 .bannerWidget__heading {
    letter-spacing: 0.025em; 
    color: #FFF; 
    max-width: 1360px; 
    line-height: 1; 
    font-size: 35px;
    text-transform: uppercase;
}

.bannerWidget--39 .bannerWidget__subheading {
    letter-spacing: 0.05em; 
    color: #ffffff; 
    max-width: 992px; 
    line-height: 1; 
    font-size: 20px;
    text-transform: uppercase;
}.dividerWidget--16 hr {
    height: 41px; 
    background-color: #ffffff;
}.textHeader--52 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--52 .textHeader__subheading {
    color: inherit; 
}.imageWidget--15 {
    padding-top: 24px; 
    padding-bottom: 0px;
}

.imageWidget--15 img {
    width: 368px;
    height: auto;
    max-width: 100%;
}.textWidget--18 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 640px;
    padding-top: 0px; 
    padding-bottom: 44px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--18 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.photoGridWidget--41 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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