.bannerWidget--20 {
    background-image: url(https://s3.amazonaws.com/grazecart/tromblygardens/images/1586979694_5e97636e9f107.jpg); 
	background-attachment: scroll; 
	background-position: 50% 18%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

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

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

.bannerWidget--20 .bannerWidget__innerContainer {
    z-index: 100;
    padding-top: 38px;
    padding-bottom: 252px;
    height: auto;
        max-width: 1600px;
    
    }

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

.bannerWidget--20 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--4 {
    max-width: 768px; 
    padding-top: 41px; 
    padding-bottom: 82px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #000000;
}

.textWidget--4 a {
    color: var(--link_color);
}.testimonialsWidget--6 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: #902322; 
}

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

.testimonialsWidget--6 .testimonialsWidgetDots li button:before {
    color: #902322; 
}

.testimonialsWidget--6 .testimonial__bodyContainer {
    background-color: #f0efea;
    color: inherit;
}

.testimonialsWidget--6 .testimonial__bodyContainer::after {
    background-color: #f0efea;
}