.depoimento{
  --depoimento__text-padding: 0px 10px 53px 10px;
  --depoimento__text-bg: none;
  --depoimento__text-color: #fff;
  --depoimento__text-triangulo-size: 8px;

  padding: var(--depoimento__text-padding);
  background-image: url(../images/fundowpp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--depoimento__text-border-radius);
  display: flex;
  flex-direction: column;
}

.depoimento__text {
  --depoimento__text-padding: 1rem 0;

  display: flex;
  flex-direction: column;
  flex-grow: initial;
}

.depoimento__text p{

  --depoimento__text-bg: #222c33;
  border-radius: 10px;
  font-size: 17px;
  text-align: left;
  background-color: var(--depoimento__text-bg);
  position: relative;
  padding: 6px 7px 8px 9px;
}

.depoimento__text:nth-child(1) p{
  margin-left: auto;
}

/*.depoimento__text:nth-child(1) p::before {
  content: '';
  position: absolute;
  border: var(--depoimento__text-triangulo-size) solid transparent;
  left:  var(--depoimento__text-border-radius);
  top: 100%;
  border-left-color: var(--depoimento__text-bg);
  border-top-color: var(--depoimento__text-bg);
}*/

.depoimento__text h6{
  background-color: #175d4b;
  margin-left: auto;
  font-size: 17px;
  padding: 6px 7px 8px 9px;
  border-radius: 10px;
  position: relative;
}

.depoimento__text h6::before {
  content: '';
  position: absolute;
  border: #175d4b solid transparent;
  right:  var(--depoimento__text-border-radius);
  top: 100%;
  border-right-color: var(--depoimento__text-bg);
  border-top-color: var(--depoimento__text-bg);
}

.name_depoimento p{

  font-size: 15px;
  background-color: #222;
  margin-left: -10px;
  width: 106%;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 10px 10px 0px 0px;

}