.contenedor {
  width: 80%;
  height: 400px;
  overflow: hidden;
  margin: auto;
}

.slider-contenedor {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.slider-test {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
}

.coments {
  font-style: italic;
  text-align: center;
}

.h3-coments {
  font-style: bold;
  color: #000;
  font-family: 'Times New Roman', Times, serif;
}

.coments-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
}