.textWidget--70 {
    --tw-prose-headings: #21593c;
    --tw-prose-p: #21593c;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #21593c;
    --tw-prose-bullets: #21593c;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 10px; 
    line-height: 1.75; 
    background-color: #f0edde;
    color: #21593c;
}

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

.textWidget--70 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.contactFormWidget--71 {
    padding-top: 5px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #f0edde; 
    color: #21593c;
}.textWidget--72 {
    --tw-prose-headings: #21593c;
    --tw-prose-p: #21593c;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #21593c;
    --tw-prose-bullets: #21593c;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #21593c;
}

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

.textWidget--72 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.bannerWidget--73 {
    background-image: url(https://s3.amazonaws.com/grazecart/thelogcabinranch/images/1665552028_63464e9c7fa2d.png); 
	background-attachment: fixed; 
	background-position: 50% 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--73 {
        background-attachment: initial;
    }
}

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

.bannerWidget--73 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
    }

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

.bannerWidget--73 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 32px;
    text-transform: none;
}