.futuristic-lab-banner-142 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.futuristic-lab-banner-142 .lab-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.futuristic-lab-banner-142 .lab-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.futuristic-lab-banner-142 .lab-title {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}