.custom_hero{
    font-family: Cookie, Arial, sans-serif, cursive;font-size: 83px;
    line-height: 5rem;
}
/* Overlay styling for background dim */
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Adjust opacity here */
    z-index: 1;
}

/* Make sure content appears above overlay */
.ftco-discount .container {
    position: relative;
    z-index: 2;
}
