.bannerWidget--252 {
    background-image: url(https://s3.amazonaws.com/grazecart/lickskillet/images/1556466822_5cc5cc866cbf0.jpg); 
	background-attachment: scroll; 
	background-position: 50% 0%; 
	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--252 {
        background-attachment: initial;
    }
}

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

.bannerWidget--252 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 0px;
    height: auto;
        max-width: 803px;
    
        min-height: 667px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--252 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 1216px; 
    line-height: 1; 
    font-size: 80px;
    text-transform: none;
}

.bannerWidget--252 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 320px; 
    line-height: 1.25; 
    font-size: -10px;
    text-transform: none;
}.dividerWidget--253 hr {
    height: 16px; 
    background-color: #6d2219;
}.textWidget--255 {
    --tw-prose-headings: #3d3d3d;
    --tw-prose-p: #3d3d3d;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #3d3d3d;
    --tw-prose-bullets: #3d3d3d;
    max-width: 924px;
    padding-top: 35px; 
    padding-bottom: 12px; 
    line-height: 1.75; 
    background-color: transparent;
    color: #3d3d3d;
}

.textWidget--255 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--255 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--256 hr {
    height: 16px; 
    background-color: #6d2219;
}