.bannerWidget--55 {
    background-image: url(https://s3.amazonaws.com/grazecart/mirrorimagefarms/images/1749488670_6847141e7aa1e.jpg); 
	background-attachment: scroll; 
	background-position: 25% 71%; 
	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--55 {
        background-attachment: initial;
    }
}

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

.bannerWidget--55 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
        max-width: 1600px;
    
        min-height: 683px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--55 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #000000; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--55 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 928px; 
    line-height: 1.5; 
    font-size: 25px;
    text-transform: none;
}.textWidget--56 {
    --tw-prose-headings: #000000;
    --tw-prose-p: #000000;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #000000;
    --tw-prose-bullets: #000000;
    max-width: 640px;
    padding-top: 64px; 
    padding-bottom: 161px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #000000;
}

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

.textWidget--56 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
