.textHeader--392 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--392 .textHeader__subheading {
    color: inherit; 
}.photoGalleryWidget--393 {
    padding-top:11px; 
    padding-bottom: 11px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGalleryWidget--393 a {
    color: var(--link_color);
}.bannerWidget--394 {
    background-image: url(https://s3.amazonaws.com/grazecart/jubilee/images/1540308639_5bcf3e9fd9db3.png); 
	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--394 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--394 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #443f3f; 
    max-width: 544px; 
    line-height: 1.5; 
    font-size: 24px;
    text-transform: none;
}

.bannerWidget--394 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #443f3f; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 18px;
    text-transform: none;
}