.bannerWidget--434 {
    background-image: url(https://s3.amazonaws.com/grazecart/fergusonfarmbirds/images/1700666792_655e1da871b19.png); 
	background-attachment: fixed; 
	background-position: 50% 30%; 
	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--434 {
        background-attachment: initial;
    }
}

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

.bannerWidget--434 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1020px;
    
        min-height: 1080px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--434 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 27px;
    text-transform: none;
}.featuredProductsWidget--436 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 19px;
	padding-bottom: 28px;
}

.featuredProductsWidget--436 a {
    color: var(--link_color);
}.textWidget--440 {
    --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: 1488px;
    padding-top: 43px; 
    padding-bottom: 20px; 
    line-height: 1.75; 
    background-color: #e5e2e2;
    color: var(--text_color);
}

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

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