.bannerWidget--316 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/doslobosranch/images/1765835637_694083759f9e4.jpg); 
	background-attachment: fixed; 
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--316 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--316 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--317 hr {
    height: 16px; 
    background-color: #EEE;
}.textHeader--318 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--318 .textHeader__subheading {
    color: inherit; 
}.dividerWidget--321 hr {
    height: 16px; 
    background-color: #EEE;
}.textHeader--324 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--324 .textHeader__subheading {
    color: inherit; 
}.productProtocolsWidget--323 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.productProtocolsWidget--323 a {
    color: var(--link_color);
}.textHeader--325 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--325 .textHeader__subheading {
    color: inherit; 
}.imageWidget--326 {
    padding-top: 64px; 
    padding-bottom: 64px;
}

.imageWidget--326 img {
    width: 813px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--327 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}.howItWorksWidget--328 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--328 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}