.page-center-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}

.content-title-wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}
.content-title-left-section {
  flex: 0 35%;
}
.content-title-right-section {
  flex: 0 60%;
}
.content-title-left-section h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-family: roboto,sans-serif;
  text-align: left;
  line-height:57px;
}
.content-title-right-section p {
  font-size: 16px;
  line-height: 19px;
  font-family: roboto,sans-serif;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0px;
}
@media(max-width:800px){
  .content-title-left-section {
    flex: 0 100%;
  }
  .content-title-right-section {
    flex: 0 100%;
  }
  ..product-page-outer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  } 
}
}