.bannerWidget--23 {
    background-image: url(https://s3.amazonaws.com/grazecart/farmstead3/images/1715279172_663d154482fcd.jpeg); 
	background-attachment: scroll; 
	background-position: 0% 0%; 
	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--23 {
        background-attachment: initial;
    }
}

.bannerWidget--23::after {
    background-color: hsla(0, 6%, 42%, 0.01);
    z-index: 1;
}

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

.bannerWidget--23 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 1360px; 
    line-height: 1.25; 
    font-size: 30px;
    text-transform: none;
}

.bannerWidget--23 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 825px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--110 hr {
    height: 16px; 
    background-color: #62a55c;
}.photoGalleryWidget--49 {
    padding-top:20px; 
    padding-bottom: 20px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGalleryWidget--49 a {
    color: var(--link_color);
}