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

.tcl-quote-image__content {
  position: relative;
  padding: 22px 0;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tcl-quote-image__content {
    margin-bottom: 0;
  }
}
.tcl-quote-image__content:before, .tcl-quote-image__content:after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 6px;
  background-color: var(--text-color, #0071f2);
}
.tcl-quote-image__content:before {
  top: 0;
}
.tcl-quote-image__content:after {
  bottom: 0;
}
.tcl-quote-image__text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: var(--text-color, #0071f2);
}
@media (min-width: 1200px) {
  .tcl-quote-image__text {
    font-size: 22px;
  }
}
.tcl-quote-image__text:not(:last-child) {
  margin-bottom: 21px;
}
.tcl-quote-image__name {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-color, #0071f2);
  display: block;
}
.tcl-quote-image__job-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 350;
  color: var(--text-color, #0071f2);
  display: block;
}
.tcl-quote-image .tcl-picture {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  -webkit-box-shadow: 0 3.31px 16.56px 4.14px rgba(78, 85, 104, 0.1);
          box-shadow: 0 3.31px 16.56px 4.14px rgba(78, 85, 104, 0.1);
}
.tcl-quote-image .tcl-picture picture {
  display: block;
  width: 75.6%;
  height: 75.6%;
  overflow: hidden;
}
.tcl-quote-image .tcl-picture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}