.bannerWidget--521 {
    background-image: url(https://s3.amazonaws.com/grazecart/fergusonfarmbirds/images/1705894170_65ade11a33bb1.png); 
	background-attachment: fixed; 
	background-position: 45% 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--521 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--521 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 1280px; 
    line-height: 1.25; 
    font-size: 35px;
    text-transform: none;
}.imageWidget--826 {
    padding-top: 0px; 
    padding-bottom: 0px;
}

.imageWidget--826 img {
    width: 696px;
    height: auto;
    max-width: 100%;
}.howItWorksWidget--128 {
    background-color: #ededed; 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 9px; 
    padding-bottom: 19px;
}

.howItWorksWidget--128 a {
    color: var(--link_color);
}

.howItWorksWidget--128 .bullet {
    background-color: #6fd821; 
    color: var(--brand_color_inverted);
}.featuredProductsWidget--524 {
    background-color: #ededed;
    color: var(--text_color);
    padding-top: 5px;
	padding-bottom: 5px;
}

.featuredProductsWidget--524 a {
    color: var(--link_color);
}