        .product-header {
    display: flex;
    align-items: center;
}
.product__header-img {
    text-align: right;
}
.product-header h1 {
    line-height: 36px;
    color: #2D3B55;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.product-header p {
    color: #151C29;
    line-height: 25px;
    font-size: 16px;
}
.bp_cls_group_price,.product-contact{
    display: none;
}
@media screen and (max-width:991px) {
    .product__header-img {
        text-align: center;
    }
    .product-header h1 {
        margin-top: 20px;
        font-size: 28px;
    }
    .product-header h2 span{
        font-size: 24px !important;
    }
    
}
@media screen and (max-width:768px){
  
}
