.datas_product {
    padding-left: 20px;
}
.datas_product div{
    margin-top: 30px;
}
.datas_product h4 {
    text-align: center;
    font-weight: 600;
}
.datas_product p {
    text-indent: 32px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.datas_product img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}