@import url('./helpers.css');

.depoimento__text{
  text-align: center;
  font-size: 16px;
}
.depoimento{
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}
.depoimento__text iframe{
  width: 310px;
}