.team-current-theme3 {
  position: relative;
  margin-bottom: 40px;
}
.team-current-theme3 .inner-box {
  position: relative;
}
.team-current-theme3 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme3 .inner-box:hover .image::after {
  opacity: 0.5;
}
.team-current-theme3 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme3 .image-box {
  position: relative;
}
.team-current-theme3 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme3 .image-box .image::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color2);
  position: absolute;
  opacity: 0;
  transition: 300ms;
}
.team-current-theme3 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme3 .image-box .social-links {
  position: absolute;
  right: 5px;
  margin-top: 0;
  bottom: 115px;
  align-items: center;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  flex-direction: column;
  display: flex;
}
.team-current-theme3 .image-box .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme3 .image-box .social-links li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 8px;
  transition: all 300ms ease;
}
.team-current-theme3 .image-box .social-links li a:first-child {
  margin-top: 0;
  margin-left: 0;
}
.team-current-theme3 .info-box {
  position: relative;
  padding: 21px 24px 20px;
  background-color: var(--theme-color-white);
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
}
.team-current-theme3 .info-box::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 3px;
  height: 42px;
  background-color: var(--theme-color1);
}
.team-current-theme3 .info-box::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 6px;
  width: 1px;
  height: 20px;
  background-color: var(--theme-color1);
}
.team-current-theme3 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 0px;
}
.team-current-theme3 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme3 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
  margin-top: 0;
  margin-bottom: -2px;
  font-family: var(--font-current-theme3);
}