
.background-header-product-info {
    position: relative;
    width: 100%;
    height: 300px; 
    background-size: cover;
    background-position: center;
    overflow: hidden; 
}

.product-title {
    position: absolute;
    bottom: 20px; 
    left: 20px; 
    font-size: 24px; 
    z-index: 2; 
    padding: 10px; 
}
.product-title .h1, .description{
    color: #fff !important; 
}