.product-wrap{}
.product-item:after{content:''; display:block; clear:both}
.product-item + .product-item{margin-top:4.5em}
.product-item-img{float:left; width:384px; text-align:center}
.product-item-img .img-box-wrap{display:table; width:100%}
.product-item-img .img-box{display:table-cell; width:100%; height:384px; border:1px solid #ddd; text-align:center; vertical-align:middle}
.product-item-img .img-box img{margin:0 auto; max-width:382px; max-heigth:384px}
.product-item-img .btn{margin-top:1.75em}
.product-item-info{float:right; margin-left:3em; width:calc((100% - 384px) - 3em)}
.product-item-info .title-box h4{margin-bottom:.75em; font-size:1.875rem}
.product-item-info .title-box p{font-size:1.125rem; line-height:1.7; word-break:keep-all}
.product-item-info .tbl-basic{margin-top:1.5em; border-top:1px solid #999}
@media screen and (max-width:1000px){
    .product-item > *{float:none; width:100%}
    .product-item-img .btn{margin-top:1em}
    .product-item-info{margin:1em 0 0}
}
