.quote_block {
  background: hsla(240, 7%, 12%, 0.30);
  border-radius: 0.40rem;
  padding: 10px;
}

.title_quote {
  margin-bottom: 20px;
}

.quote p {
  color: #9fcdff;
}

.comments-tree-list {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.row-comments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 50px;
}

.comments-3,
.comments-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.comments-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.comments-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767px) {
.row-comments {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.comments-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
}

.comments-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 100%;
}
}