.woocommerce-Reviews {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-Reviews-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.woocommerce-Reviews-title span{
    color: #2d70b3;
} 
#commentform #submit{
    background-color: #2d70b3 !important;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 14px;
  transition: 0.2s;
  margin-top: 10px;
}
@media(max-width:1290px){
    #reviews{
        padding: 0 30px;
    }
}