.bannerWidget--305 {
    background-image: url(https://s3.amazonaws.com/grazecart/thegrassfedfreezer/images/1541536848_5be1fc5026384.jpg); 
	background-attachment: scroll; 
	background-position: right center; 
	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--305 {
        background-attachment: initial;
    }
}

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

.bannerWidget--305 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 80px;
    padding-bottom: 112px;
    height: auto;
    
    }

.bannerWidget--305 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 56px;
    text-transform: none;
}

.bannerWidget--305 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--303 {
    background-color: #FFF; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 40px; 
    padding-bottom: 64px;
}

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

.howItWorksWidget--303 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.textHeader--307 {
    background-color: #FFFFFF; 
    color: #3d3d3d; 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--307 .textHeader__subheading {
    color: inherit; 
}.ctaButtonWidget--308 {
    background-color: transparent; 
    padding-top:16px; 
    padding-bottom: 64px;
    
}