.bannerWidget--1210 {
    background-image: url(https://s3.amazonaws.com/grazecart/josephwanda/images/1731945601_673b648132687.png); 
	background-attachment: scroll; 
	background-position: 26% 58%; 
	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--1210 {
        background-attachment: initial;
    }
}

.bannerWidget--1210::after {
    background-color: hsla(0, 0%, 14%, 0);
    z-index: 1;
}

.bannerWidget--1210 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 127px;
    height: auto;
        max-width: 889px;
    
        min-height: 720px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--1210 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #ffffff; 
    max-width: 1248px; 
    line-height: 1.25; 
    font-size: 34px;
    text-transform: none;
}.textHeader--1215 {
    background-color: #FFFFFF; 
    color: #3d3d3d; 
    padding-top: 32px; 
    padding-bottom: 0px;
}

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

.textHeader--1215 .textHeader__subheading {
    color: inherit; 
}.teamWidget--1216 {
    padding-top: 0px; 
    padding-bottom: 32px;
    background-color: #ffffff;
}
.ctaButtonWidget--1217 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 145px;
    
}