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

.tcl-person-module__title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.tcl-person-module__text {
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #444959;
  font-size: 18px !important;
}
@media (max-width: 1199px) {
  .tcl-person-module .col-xl-4:not(:last-child) {
    margin-bottom: 25px;
  }
}
.tcl-person-module__item {
  -webkit-box-shadow: 0 4px 20px 5px rgba(79, 85, 104, 0.1019607843);
          box-shadow: 0 4px 20px 5px rgba(79, 85, 104, 0.1019607843);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 410px;
  height: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tcl-person-module__item .tcl-picture {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.tcl-person-module__item .tcl-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tcl-person-module__item-name {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}
.tcl-person-module__item-jobtitle, .tcl-person-module__item-additonal_jobtitle {
  text-align: center;
  color: #939393;
  margin-bottom: 5px;
}
.tcl-person-module__item-mail {
  margin-bottom: 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tcl-person-module__item-mail svg {
  display: block;
}
.tcl-person-module__item-mail svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-person-module__item-mail:not(:hover) path {
  stroke: #0071f2;
}
.tcl-person-module__item-tel {
  text-align: center;
}
.tcl-person-module__item-tel a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-person-module__item-tel a:not(:hover) {
  color: #0071f2;
}