.tf-quote .tf-quote_inner {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.tf-quote .tf-quote_inner.tf-block-align-left {
  margin-inline: 0 auto;
}
.tf-quote .tf-quote_inner.tf-block-align-center {
  margin-inline: auto auto;
}
.tf-quote .tf-quote_inner.tf-block-align-right {
  margin-inline: auto 0;
}
.tf-quote .tf-quote_inner .fa-quote-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-top: -10px;
  font-size: 2rem;
  color: var(--cfontd);
}
@media only screen and (max-width: 580px) {
  .tf-quote .tf-quote_inner .fa-quote-left {
    margin-top: 0px;
  }
}
.tf-quote .tf-quote_inner blockquote {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 55px);
          flex: 1 1 calc(100% - 55px);
}
@media only screen and (max-width: 580px) {
  .tf-quote .tf-quote_inner blockquote {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.tf-quote .tf-quote_inner blockquote .tf-subguten-tf-quote p {
  font-size: var(--h-200-size);
  line-height: 1.4;
  font-weight: var(--regular) !important;
  color: var(--cfontd);
}
.tf-quote .tf-quote_inner .tf-quote-author {
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 55px;
}
@media only screen and (max-width: 760px) {
  .tf-quote .tf-quote_inner .tf-quote-author {
    grid-column-gap: 14px;
  }
}
@media only screen and (max-width: 580px) {
  .tf-quote .tf-quote_inner .tf-quote-author {
    margin-left: 0;
  }
}
.tf-quote .tf-quote_inner .tf-quote-author .auth-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 60px;
  position: relative;
  overflow: clip;
}
.tf-quote .tf-quote_inner .tf-quote-author .auth-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tf-quote .tf-quote_inner .tf-quote-author .auth-info figcaption {
  font-family: var(--roboto);
  font-weight: var(--regular);
  color: var(--cfont);
  font-size: var(--p-700-size);
  line-height: var(--p-700-line);
  line-height: 1.2;
  font-weight: var(--semibold);
  color: var(--cfontd);
}
.tf-quote .tf-quote_inner .tf-quote-author .auth-info span {
  font-family: var(--roboto);
  font-weight: var(--regular);
  color: var(--cfont);
  font-size: var(--p-300-size);
  line-height: var(--p-300-line);
  line-height: 1.2;
  color: var(--cfontl);
}
