.team-current-theme2 {
  position: relative;
}
.team-current-theme2 .inner-box {
  margin-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .team-current-theme2 .inner-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.team-current-theme2 .image-box {
  position: relative;
  border: 1px solid var(--theme-color1);
  padding: 20px 20px;
}
.team-current-theme2 .image-box:hover .image img {
  transform: scale(1.15);
}
.team-current-theme2 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.team-current-theme2 .image-box .image img {
  position: relative;
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme2 .info-box {
  padding-top: 20px;
  text-align: center;
}
.team-current-theme2 .info-box .team-title {
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
}
.team-current-theme2 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme2 .info-box .team-subtitle {
  position: relative;
  color: #7a7a7a;
  font-size: 12px;
  display: block;
  transition: all 300ms ease;
}