.product-demo-btn {
    width: 100%;
    background-color: #ebd8d1;
    color: #000;
    font-weight: 600;
      transition: all .3s;
    -webkit-transition: all .3s;
}

.product-demo-btn:hover {
    color: #fff;
}