.bannerWidget--25 {
    background-image: url(https://s3.amazonaws.com/grazecart/timothyblair/images/1575762472_5dec3a2837516.jpg); 
	background-attachment: scroll; 
	background-position: 50% 49%; 
	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--25 {
        background-attachment: initial;
    }
}

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

.bannerWidget--25 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 146px;
    padding-bottom: 201px;
    height: auto;
        max-width: 1117px;
    
    }

.bannerWidget--25 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 912px; 
    line-height: 2; 
    font-size: 45px;
    text-transform: none;
}

.bannerWidget--25 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 864px; 
    line-height: 1.25; 
    font-size: 5px;
    text-transform: none;
}.howItWorksWidget--26 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 31px; 
    padding-bottom: 35px;
}

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

.howItWorksWidget--26 .bullet {
    background-color: #af9425; 
    color: #21630b;
}.testimonialsWidget--27 {
    padding-top: 64px; 
    padding-bottom: 79px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.testimonialsWidget--27 a {
    color: var(--link_color);
}

.testimonialsWidget--27 .testimonialsWidgetDots li button:before {
    color: var(--text_color); 
}

.testimonialsWidget--27 .testimonial__bodyContainer {
    background-color: #f3f3f3;
    color: inherit;
}

.testimonialsWidget--27 .testimonial__bodyContainer::after {
    background-color: #f3f3f3;
}.ctaButtonWidget--64 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}