.bannerWidget--125 {
    background-image: url(https://s3.amazonaws.com/grazecart/gratefulgraze/images/1736893488_6786e4302faa5.png); 
	background-attachment: scroll; 
	background-position: 50% 45%; 
	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--125 {
        background-attachment: initial;
    }
}

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

.bannerWidget--125 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 147px;
    padding-bottom: 0px;
    height: auto;
        max-width: 550px;
    
    }

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

.bannerWidget--125 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 36px;
    text-transform: none;
}.featuredPostsWidget--212 {
    background-color: var(--background_color);
    color: var(var(--text_color)); 
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredPostsWidget--212 a {
    color: var(--link_color);
}.dividerWidget--311 hr {
    height: 5px; 
    background-color: #2b338c;
}