@media (max-width: 1399.98px) {
  .team-current-theme4 {
    margin-bottom: 40px;
  }
}
.team-current-theme4 .inner-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.team-current-theme4 .inner-box:hover .image-box .image {
  width: 155px;
  height: 155px;
}
.team-current-theme4 .image-box {
  width: 155px;
  height: 155px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.team-current-theme4 .image-box .image {
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 50%;
  transition: all 400ms ease;
}
.team-current-theme4 .image-box .image img {
  width: 100%;
  height: 100%;
}
.team-current-theme4 .info-box .team-subtitle {
  color: #fff;
  font-size: 14px;
}
.team-current-theme4 .info-box .team-title {
  color: #fff;
  border-bottom: 1px solid rgb(44, 44, 44);
  padding-bottom: 13px;
  margin-bottom: 10px;
  margin-top: 0;
}
.team-current-theme4 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme4 .info-box .social-links {
  display: flex;
  align-items: center;
}
.team-current-theme4 .info-box .social-links li {
  font-size: 14px;
  margin-right: 20px;
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme4 .info-box .social-links li:last-child {
  margin-right: 0;
}
.team-current-theme4 .info-box .social-links li a {
  color: #fff;
}
.team-current-theme4 .info-box .social-links li a:hover {
  color: var(--theme-color1);
}