.bannerWidget--41 {
    background-image: url(https://s3.amazonaws.com/grazecart/dreamy280farmfreshmeatsllc/images/1712883106_661885a23e1d9.jpg); 
	background-attachment: scroll; 
	background-position: 50% 36%; 
	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--41 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--41 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #fcff9d; 
    max-width: 1216px; 
    line-height: 2; 
    font-size: 30px;
    text-transform: none;
}.photoGalleryWidget--95 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGalleryWidget--95 a {
    color: var(--link_color);
}.photoGridWidget--44 {
    padding-top:57px; 
    padding-bottom: 48px;
    background-color: #fff5c8;
    color: var(--text_color); 
}

.photoGridWidget--44 a {
    color: var(--link_color);
}.ctaButtonWidget--58 {
    background-color: #fff5c8; 
    padding-top:0px; 
    padding-bottom: 64px;
    
}