.team-current-theme1 .team__item {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 0;
}
.team-current-theme1 .team__item .team__image {
  display: block;
  transition: all 0.4s ease-in-out;
}
.team-current-theme1 .team__item .team__image img {
  width: 100%;
}
.team-current-theme1 .team__item .shape .shape-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 470px;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
  z-index: -1;
  background-image: url(../../../images/current-theme/team-curve-bg.png);
}
.team-current-theme1 .team__item:hover .shape .shape-3 {
  opacity: 1;
}
.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);
  margin-bottom: 10px;
}
.team-current-theme1 .team__item .social-links a {
  margin-right: 10px;
  color: #5f6567;
}