.bannerWidget--1 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/janetwwhitbeckinc/images/1746067747_6812e1239e432.jpg); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	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--1 {
        background-attachment: initial;
    }
}

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

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
        max-width: 1700px;
    
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.075em; 
    color: #FFF; 
    max-width: 750px; 
    line-height: 1.25; 
    font-size: 55px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0.075em; 
    color: #FFF; 
    max-width: 650px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--10 hr {
    height: 16px; 
    background-color: #811920;
}.dividerWidget--60 hr {
    height: 16px; 
    background-color: #811920;
}.dividerWidget--58 hr {
    height: 16px; 
    background-color: #811920;
}.dividerWidget--91 hr {
    height: 16px; 
    background-color: #811920;
}