.bannerWidget--30 {
    background-image: url(https://s3.amazonaws.com/grazecart/jensenminifarm/images/1747327736_68261af8ee435.jpg); 
	background-attachment: scroll; 
	background-position: 50% 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--30 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--30 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 30px;
    text-transform: none;
}.textHeader--31 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 25px;
}

.textHeader--31 .textHeader__heading {
    color: inherit; 
}

.textHeader--31 .textHeader__subheading {
    color: inherit; 
}.textHeader--32 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 0px; 
    padding-bottom: 0px;
}

.textHeader--32 .textHeader__heading {
    color: inherit; 
}

.textHeader--32 .textHeader__subheading {
    color: inherit; 
}.ctaButtonWidget--33 {
    background-color: #FFF; 
    padding-top:25px; 
    padding-bottom: 25px;
    
}.imageWidget--27 {
    padding-top: 15px; 
    padding-bottom: 0px;
}

.imageWidget--27 img {
    width: 871px;
    height: auto;
    max-width: 100%;
}.imageWidget--37 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--37 img {
    width: 870px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--35 {
    background-color: #FFF; 
    padding-top:25px; 
    padding-bottom: 25px;
    
}