/*TESTIMONIALE*/

.testimonial {
  /* height: 200px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  color: rgb(29, 53, 87);
  padding-bottom: 20px;
}

.testimonial .ts-left {
  /*order:1;
  flex-grow:1;*/
  width: 10vw;
  align-self: center;
  color: rgb(29, 53, 87);
  cursor: pointer;
}
.testimonial .ts-right {
  /*order:3;
  flex-grow:1;*/
  width: 10vw;
  color: rgb(29, 53, 87);
  align-self: center;
  cursor: pointer;
}
.testimonial .ts-center {
  /*order:2;flex-grow:1;*/
  width: 80vw;
  text-indent: 15px;
  text-align: justify;
  color: rgb(29, 53, 87);
}

.testimonial .ts-center p {
  text-indent: 15px;
  text-align: justify;
  color: rgb(29, 53, 87);
}

#ts-nume {
  font-size: 20px;
  color: rgb(29, 53, 87);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ts-descr {
  font-size: 12px;
  color: rgb(29, 53, 87);
  padding: 5px;
}

#ts-pz {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pz-ts {
  padding: 4px;
  fill: green;
}

.pztestimoniale {
  width: 300px;
  margin: auto;
}

@media only screen and (max-width: 500px) {
  .pztestimoniale {
    width: 300px;
    margin: auto;
  }
}
