:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-featured-quote {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .tcl-featured-quote .container {
    padding: 0;
  }
  .tcl-featured-quote .container .row {
    margin: 0;
  }
  .tcl-featured-quote .container .row > div {
    padding: 0;
  }
}
.tcl-featured-quote__content {
  padding-top: 73px;
  padding-bottom: 73px;
  position: relative;
}
@media (max-width: 1023px) {
  .tcl-featured-quote__content {
    padding-bottom: 0;
  }
}
.tcl-featured-quote__image-man {
  max-width: 439px;
  width: 100%;
  position: absolute;
  max-height: calc(100% - 30px);
  left: 0;
  bottom: 0;
  z-index: 111;
}
@media (max-width: 1023px) {
  .tcl-featured-quote__image-man {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
.tcl-featured-quote__text {
  color: #fff;
  font-size: 20px;
  line-height: 208%;
  font-style: italic;
  max-width: 45%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
          transform: translateX(140px);
}
@media (max-width: 1023px) {
  .tcl-featured-quote__text {
    max-width: calc(100% - 180px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tcl-featured-quote__quote {
  position: absolute;
  font-family: "PT Sans";
  font-size: 200px;
  line-height: 0.7;
  color: #b29f7e;
}
.tcl-featured-quote__quote--first {
  right: 100%;
  top: 0;
}
.tcl-featured-quote__quote--last {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 100%;
  bottom: 0;
}
.tcl-featured-quote__line-autograph {
  background: #dadada;
  height: 136px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-featured-quote__line-autograph:after {
  position: absolute;
  content: "";
  left: -150%;
  width: 400%;
  top: 0;
  height: 100%;
  background: #dadada;
}
.tcl-featured-quote__line-autograph img {
  padding: 12px 0;
  position: relative;
  z-index: 111;
  height: 100%;
  width: auto !important;
  -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
          transform: translateX(140px);
}
@media (max-width: 1023px) {
  .tcl-featured-quote__line-autograph img {
    max-width: calc(100% - 180px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tcl-featured-quote__name {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
          transform: translateX(140px);
}
@media (max-width: 1023px) {
  .tcl-featured-quote__name {
    max-width: calc(100% - 180px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}