.product-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.product-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.product-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}