.ova_team_single {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .ova_team_single {
    padding-bottom: 70px;
  }
}
.ova_team_single .single-top {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background-color: #f4f6fa;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .ova_team_single .single-top {
    grid-template-columns: auto;
  }
}
.ova_team_single .single-top .img {
  position: relative;
  margin: auto 0;
  padding: 0 50px 0 0;
}
@media (max-width: 1024px) {
  .ova_team_single .single-top .img {
    padding: 60px 30px 0 30px;
  }
}
.ova_team_single .single-top .img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .ova_team_single .single-top .img:before {
    content: none;
  }
}
.ova_team_single .single-top .img img {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 15px solid var(--primary);
}
.ova_team_single .single-top .top-content-right {
  display: grid;
  margin: 60px 0;
  padding: 0 70px;
  border-left: 1px solid #e8e7e7;
}
@media (max-width: 1024px) {
  .ova_team_single .single-top .top-content-right {
    border-left: unset;
    padding: 0 35px;
  }
}
.ova_team_single .single-top .top-content-right .name {
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--heading);
  font-feature-settings: "pnum" on, "onum" on;
}
.ova_team_single .single-top .top-content-right .job {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--primary);
  margin-bottom: 20px;
}
.ova_team_single .single-top .top-content-right .short-description {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.ova_team_single .single-top .top-content-right .social {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  list-style-type: none;
}
.ova_team_single .single-top .top-content-right .social a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: #fff;
  margin-right: 8px;
}
.ova_team_single .single-top .top-content-right .social a i {
  display: inline-flex;
  font-size: 14px;
  color: var(--heading);
}
.ova_team_single .single-top .top-content-right .social a:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.ova_team_single .single-top .top-content-right .social a:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.ova_team_single .info {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  /*Bio - left */
  /*Main Content - Right*/
}
@media (max-width: 1024px) {
  .ova_team_single .info {
    grid-template-columns: auto;
  }
}
.ova_team_single .info .heading {
  margin: 0;
  color: var(--heading);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 18px;
  padding-left: 56px;
  position: relative;
}
.ova_team_single .info .heading:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e922";
  font-weight: 900;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
}
.ova_team_single .info .heading.heading-exp:before {
  content: "\e923";
}
.ova_team_single .info .heading.heading-education:before, .ova_team_single .info .heading.heading-language:before {
  content: "\e925";
}
.ova_team_single .info .text {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
}
.ova_team_single .info .bio {
  padding-right: 50px;
  /* Language */
  /* Education */
}
@media (max-width: 1024px) {
  .ova_team_single .info .bio {
    padding-right: 0;
  }
}
.ova_team_single .info .bio .name {
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--heading);
  font-feature-settings: "pnum" on, "onum" on;
}
.ova_team_single .info .bio .job {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 35px;
}
.ova_team_single .info .bio .img {
  position: relative;
  margin-bottom: 76px;
}
.ova_team_single .info .bio .img img {
  display: block;
  width: 100%;
}
.ova_team_single .info .bio .img .social {
  position: absolute;
  margin: 0;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 19px 10px;
  background: #FFFFFF;
  box-shadow: 0px 1px 45px rgba(0, 0, 0, 0.07);
}
.ova_team_single .info .bio .img .social a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: #fff;
  margin: 0 8px 0 8px;
}
.ova_team_single .info .bio .img .social a i {
  display: inline-flex;
  font-size: 14px;
  color: var(--heading);
}
.ova_team_single .info .bio .img .social a:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.ova_team_single .info .bio .img .social a:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.ova_team_single .info .bio .contact-content {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 20px;
}
.ova_team_single .info .bio .contact-content .contact {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.ova_team_single .info .bio .contact-content .contact:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e7e7;
}
@media (max-width: 1024px) {
  .ova_team_single .info .bio .contact-content .contact:last-child {
    margin-bottom: 60px;
  }
}
.ova_team_single .info .bio .contact-content .contact .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ova_team_single .info .bio .contact-content .contact .icon i {
  color: var(--primary);
  font-size: 36px;
  margin-right: 24px;
  line-height: 1;
}
.ova_team_single .info .bio .contact-content .contact .label-phone .label {
  display: block;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--heading);
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
}
.ova_team_single .info .bio .contact-content .contact .label-phone a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  position: relative;
}
.ova_team_single .info .bio .contact-content .contact .label-phone a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--secondary);
}
.ova_team_single .info .bio .contact-content .contact .label-phone a:hover {
  color: var(--primary);
}
.ova_team_single .info .bio .contact-content .contact .label-phone a:hover:before {
  width: 100%;
}
.ova_team_single .info .bio .language-wrapper {
  padding: 45px 0;
  border-bottom: 1px solid #e8e7e7;
}
.ova_team_single .info .bio .language-wrapper .language-content {
  padding-inline-start: 68px;
}
.ova_team_single .info .bio .language-wrapper .language-content .item-language::marker {
  color: #e8e7e7;
}
.ova_team_single .info .bio .language-wrapper .language-content .item-language:not(:last-child) {
  margin-bottom: 10px;
}
.ova_team_single .info .bio .language-wrapper .language-content .item-language .item-language-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .ova_team_single .info .bio .language-wrapper .language-content .item-language .item-language-content {
    gap: 10px;
  }
}
.ova_team_single .info .bio .language-wrapper .language-content .item-language .item-language-content .progress-bar {
  height: 6px;
  width: 100%;
  background-color: #f4f6fa;
  overflow: visible;
  position: relative;
  border-radius: 4px;
}
.ova_team_single .info .bio .language-wrapper .language-content .item-language .item-language-content .progress-bar .percent-view {
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #54c154;
}
.ova_team_single .info .bio .education-wrapper {
  padding: 45px 0;
}
.ova_team_single .info .bio .education-wrapper .education-content {
  padding-inline-start: 56px;
  list-style-type: none;
}
.ova_team_single .info .bio .education-wrapper .education-content .item-education:not(:last-child) {
  margin-bottom: 30px;
}
.ova_team_single .info .bio .education-wrapper .education-content .item-education .item-education-content {
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .ova_team_single .info .bio .education-wrapper .education-content .item-education .item-education-content {
    grid-template-columns: auto;
  }
}
.ova_team_single .info .bio .education-wrapper .education-content .item-education .item-education-content .degree {
  padding-bottom: 3px;
}
.ova_team_single .info .bio .education-wrapper .education-content .item-education .item-education-content .year {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--primary);
  font-feature-settings: "pnum" on, "lnum" on;
}
.ova_team_single .info .bio .education-wrapper .education-content .item-education .item-education-content .uni {
  color: var(--heading);
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.ova_team_single .info .main_content {
  padding-left: 70px;
  border-left: 1px solid #e8e7e7;
}
@media (max-width: 1024px) {
  .ova_team_single .info .main_content {
    border-left: unset;
    padding-left: 0;
  }
}
.ova_team_single .info .main_content .achievements {
  /*Progress Bar Template 1*/
  /*Progress Circle Template 2*/
}
.ova_team_single .info .main_content .achievements .topic-percent {
  padding-bottom: 20px;
}
.ova_team_single .info .main_content .achievements .topic-percent .topic, .ova_team_single .info .main_content .achievements .topic-percent percent {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  font-feature-settings: "pnum" on, "lnum" on;
}
.ova_team_single .info .main_content .achievements .topic-percent .percent {
  color: var(--heading);
}
.ova_team_single .info .main_content .achievements .progress-bar {
  height: 6px;
  margin-bottom: 34px;
  width: 100%;
  background-color: #f4f6fa;
  overflow: visible;
  position: relative;
}
.ova_team_single .info .main_content .achievements .progress-bar:last-child {
  margin-bottom: 60px;
}
.ova_team_single .info .main_content .achievements .progress-bar .percent-view {
  width: 0;
  height: 100%;
  background-color: #54c154;
}
.ova_team_single .info .main_content .achievements .achievements-progress-circle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  padding: 20px 40px 50px 40px;
}
@media (max-width: 767px) {
  .ova_team_single .info .main_content .achievements .achievements-progress-circle {
    padding: 20px 20px 50px 20px;
  }
}
.ova_team_single .info .main_content .achievements .achievements-progress-circle .progress-circle-wrapper {
  text-align: center;
}
.ova_team_single .info .main_content .achievements .achievements-progress-circle .progress-circle-wrapper .progress-circle {
  display: inline-flex;
  position: relative;
}
.ova_team_single .info .main_content .achievements .achievements-progress-circle .progress-circle-wrapper .progress-circle .percent {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--heading);
  line-height: 1;
  transform: translate(-50%, -50%);
}
.ova_team_single .info .main_content .achievements .achievements-progress-circle .progress-circle-wrapper .progress-circle .percent strong {
  font-weight: 400;
}
.ova_team_single .info .main_content .experience-1 {
  padding-bottom: 20px;
}
.ova_team_single .info .main_content .short-description {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 45px;
}
.ova_team_single .info .main_content .experience-2 p {
  padding-bottom: 0;
}
.ova_team_single .info .main_content p {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
}
.ova_team_single .info .main_content .experience-list {
  list-style-type: none;
  margin: 0;
}
.ova_team_single .info .main_content .experience-list .experience-list-item {
  position: relative;
  padding-bottom: 35px;
}
.ova_team_single .info .main_content .experience-list .experience-list-item:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  left: -36px;
  top: 4px;
  transition: all 0.3s ease;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
}
.ova_team_single .info .main_content .experience-list .experience-list-item:after {
  position: absolute;
  content: "";
  height: calc(100% - 16px);
  width: 0;
  left: -26px;
  bottom: -10px;
  border-left: 1px dotted var(--primary);
}
.ova_team_single .info .main_content .experience-list .experience-list-item:last-child {
  padding-bottom: 55px;
}
.ova_team_single .info .main_content .experience-list .experience-list-item:last-child:after {
  content: none;
}
.ova_team_single .info .main_content .experience-list .experience-list-item .year {
  margin: 0;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--heading);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.ova_team_single .info .main_content .experience-list .experience-list-item .desc {
  margin: 0;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--text);
}
.ova_team_single .info .main_content .experience-list .experience-list-item .desc ul {
  margin-top: 20px;
}

.ova-team-slider .owl-stage-outer {
  padding: 35px 0px;
}
@media (max-width: 1540px) {
  .ova-team-slider .owl-carousel .owl-nav {
    display: none;
  }
}
.ova-team-slider .owl-carousel .owl-nav button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.ova-team-slider .owl-carousel .owl-nav button.owl-prev, .ova-team-slider .owl-carousel .owl-nav button.owl-next {
  background: #f4f6fa;
}
.ova-team-slider .owl-carousel .owl-nav button.owl-prev:hover, .ova-team-slider .owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: var(--primary);
}
.ova-team-slider .owl-carousel .owl-nav button.owl-prev:hover i, .ova-team-slider .owl-carousel .owl-nav button.owl-next:hover i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}
.ova-team-slider .owl-carousel .owl-nav button.owl-next {
  right: -120px;
}
.ova-team-slider .owl-carousel .owl-nav button.owl-prev {
  left: -120px;
}
.ova-team-slider .owl-carousel .owl-nav button i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 16px;
  color: var(--text);
}
.ova-team-slider .owl-dots {
  text-align: center;
}
@media (min-width: 1540px) {
  .ova-team-slider .owl-dots {
    display: none;
  }
}
.ova-team-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-team-slider .owl-dots .owl-dot span {
  width: 13px;
  height: 7px;
  margin: 0 3px;
  background: var(--primary);
  opacity: 0.7;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}
.ova-team-slider .owl-dots .owl-dot.active span {
  width: 30px;
  opacity: 1;
}

.archive_team {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .archive_team {
    margin-bottom: 90px;
  }
}

.content {
  display: grid;
  grid-gap: 30px;
}
.content.four_column {
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 1200px) {
  .content.four_column {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .content.four_column {
    grid-template-columns: auto;
  }
}
.content.three_column {
  grid-template-columns: auto auto auto;
}
@media (max-width: 1200px) {
  .content.three_column {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .content.three_column {
    grid-template-columns: auto;
  }
}
.content.two_column {
  grid-template-columns: auto auto;
}
@media (max-width: 767px) {
  .content.two_column {
    grid-template-columns: auto;
  }
}
.content .item-team {
  position: relative;
}
.content .item-team:hover .img .mask {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
}
.content .item-team:hover .img .list-icon {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
  top: 35%;
}
.content .item-team:hover .img .short-desc {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.content .item-team:hover .info:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.content .item-team:hover .info .name {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}
.content .item-team:hover .info .job {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}
.content .item-team .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.content .item-team .img .team-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
@media (max-width: 460px) {
  .content .item-team .img .team-img {
    height: 400px;
  }
}
.content .item-team .img .mask {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: rgb(30, 57, 141);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.content .item-team .img .list-icon {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 80%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  opacity: 0;
}
.content .item-team .img .list-icon .item:not(:last-child) {
  margin-right: 8px;
}
.content .item-team .img .list-icon .item a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .item-team .img .list-icon .item a i {
  display: inline-flex;
  font-size: 18px;
  color: #fff;
}
.content .item-team .img .list-icon .item:hover a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: var(--primary);
}
.content .item-team .img .short-desc {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0 30px;
  top: 55%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
  color: #fff;
}
.content .item-team .info {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -60px 30px 0 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 45px rgba(0, 0, 0, 0.07);
  padding: 17px 45px;
}
@media (max-width: 460px) {
  .content .item-team .info {
    padding: 17px;
  }
}
.content .item-team .info:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 101%;
  background-color: var(--primary);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 0;
}
.content .item-team .info .name {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0;
  padding-bottom: 10px;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--heading);
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
}
.content .item-team .info .job {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0;
  font-family: var(--secondary-font);
  color: var(--text);
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}