.bannerWidget--79 {
    background-image: url(https://s3.amazonaws.com/grazecart/finnsranch/images/1743012709_67e4436539528.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--79 {
        background-attachment: initial;
    }
}

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

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

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

.bannerWidget--79 .bannerWidget__subheading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--82 {
    background-color: #ffffff; 
    color: #0ea856; 
    text-align: left; 
    padding-top: 60px; 
    padding-bottom: 31px;
}

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

.howItWorksWidget--82 .bullet {
    background-color: #e0dbdb; 
    color: #0ea856;
}.contactFormWidget--78 {
    padding-top: 31px; 
    padding-bottom: 49px; 
    max-width: 640px;
    background-color: #e0dbdb; 
    color: #3d3d3d;
}