.tcl-quote__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
}
.tcl-quote__text p {
  margin-top: 0;
  margin-bottom: 25px;
}
.tcl-quote__text p:last-child {
  margin-bottom: 0;
}
.tcl-quote__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.tcl-quote__position {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-top: 10px;
}
.tcl-quote__icon {
  position: absolute;
}
@media (max-width: 1199px) {
  .tcl-quote__icon {
    width: 26px;
    height: auto;
  }
}
.tcl-quote__icon--left {
  top: 100%;
  right: calc(100% + 20px);
}
.tcl-quote__icon--right {
  bottom: 100%;
  left: calc(100% + 20px);
}

.tcl-section--light .tcl-quote__text, .tcl-section--light .tcl-quote__name, .tcl-section--light .tcl-quote__position {
  color: #111111;
}