@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.team-current-theme3 .inner-block {
  position: relative;
}
.team-current-theme3 .inner-block:hover .image-box img {
  transform: scale(1.1);
}
.team-current-theme3 .inner-block:hover .content-box .team-title a {
  color: var(--theme-color1);
}
.team-current-theme3 .image-box {
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
}
.team-current-theme3 .image-box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}
.team-current-theme3 .content-box .inner-box {
  padding-left: 24px;
}
.team-current-theme3 .content-box .team-title {
  color: var(--text-color);
  margin-bottom: 3px;
  margin-top: 0;
}
.team-current-theme3 .content-box .team-title a {
  color: var(--text-color);
}