.spark-product-title{
        min-height:90px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
@media screen and (min-width:768px){
    
    .spark-product-img{
        min-height: 290px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .spark-product-btn {
        position: absolute;
        right: -30px;
        bottom: -30px;
        z-index: 9;
    }    
}

@media screen and (max-width: 767px){
    .hide-mobile{display:none !important;}
    .spark-product-title p{
        padding: 15px;
    }
    .spark-product-title .wpb_wrapper{
        max-width:50%;
        margin: 0 auto;
    }
    .spark-product-btn{
        position:absolute;
        right: 110px;
        bottom: 0;
    }
}