.tcl-quote__wrapper {
  text-align: center;
}
.tcl-quote__text {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-quote__text {
    font-size: 24px;
  }
}
.tcl-quote__author {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Heebo";
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tcl-quote__author {
    font-size: 15px;
  }
}