#carousel-listas img {
  width: 100%;
}
.tumb-next {
  width: 140px;
  height: 130px;
  text-align: right;
  border: 4px solid white;
  position: absolute;
  top: -76px;
  left: 82%;
}
.tumb-next img {
  width: 100%;
  height: 100%;
}
.tituloCaurosel {
  font-size: 18px;
}
.descricaoCarousel {
  font-family: 'lexend_light';
  font-size: 15px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #carousel-listas {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#carousel-listas .img-lista {
  height: 510px;
}
.comentarios {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #carousel-listas .img-lista {
    height: auto;
  }
  .tumb-next{
    display: none;
  }
}