.*{
  padding:0px;
  margin:0px;
}
.testimonial-outer{
  padding:0 20px;
  
}
.page-center{

}
.test-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
}
.test-image {
  flex: 0 30%;
}

.test-content {
  flex: 0 65%;
}
.test-description {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}
.test-message p {
  font-size: 30px;
  font-weight:400px;
  margin:0 auto;
}
.test-name  h3, .test-job h3 {
  font-size:18px;
  margin: 0px;
}
.test-message {
  margin-bottom: 20px;
}
.test-name h3{
  line-height: 100%;
}
.test-name {
  padding-right: 15px;
  position: relative;
  line-height: 100%;
}
.test-name:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: black;
  right: 6px;
  font-size: 16px;
}



@media only screen and (max-width:767px){
  .test-wrap {
    display: block;
    text-align: center;
}
  .test-message p {
    font-size: 24px;
}
  .test-description {
    justify-content: center;
}