.product-heading{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.product-heading .product-container{
    margin: 20px;
}

.product-heading .product-container h1{
    font-size: 30px;
    font-weight: bold;
    color: #121212;
}

