.overlay {
    /* background-color: rgba(255, 255, 255, .1); */
    /* padding: 50px; */
    border-radius: 32px;
    color: #fff;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 60px;
    max-width: 545px;
    height: fit-content;
    z-index: 100;
}

.overlay h1 {
    text-shadow: 0px 6px 10px #000000;
}

.overlay p {
    color: #fff;
    text-shadow: 0px 6px 10px #000000;
}

.hero-bg-image {
    background-image: url('/assets/img/products/rfid-iot-solutions/hero-banner.webp');
    background-size: cover;
    height: 800px;
}

    @media (max-width: 576px) {
        .hero-bg-image
        {
            height: 500px;
        }

    }