.team-current-theme1 .team__item .team__image {
  display: block;
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--headings-color);
}
.team-current-theme1 .team__item .team__image img {
  width: 100%;
}
body.tm-dark-layout .team-current-theme1 .team__item .team__image {
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.team-current-theme1 .team__item:hover .team__image {
  border: 2px solid var(--theme-color1);
}
.team-current-theme1 .team__item .team-title {
  margin-top: 15px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.team-current-theme1 .team__item .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme1 .team__item .team-subtitle {
  display: inline-block;
  color: var(--span);
}