.team-current-theme1 .inner-block {
  position: relative;
  background-color: #f7f8ed;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .team-current-theme1 .inner-block {
    margin-bottom: 0px;
  }
}
.team-current-theme1 .inner-block:hover .image img {
  transform: scale(1.04, 1.04) rotate(2deg);
}
.team-current-theme1 .inner-block:hover .socials-icon-box .social-links {
  transform: scale(1, 1);
}
.team-current-theme1 .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.team-current-theme1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.team-current-theme1 .content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: #fff;
  padding: 16px 20px 18px;
  border-radius: 20px;
}
.team-current-theme1 .content .team-title {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: -0.02em;
}
.team-current-theme1 .content .team-subtitle {
  letter-spacing: -0.02em;
}
.team-current-theme1 .socials-icon-box {
  position: relative;
  display: inline-block;
}
.team-current-theme1 .socials-icon-box .share-icon {
  background-color: #f7f8ed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #10551f;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.team-current-theme1 .socials-icon-box .social-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  position: absolute;
  bottom: 75px;
  left: calc(50% - 21px);
  transform: scale(0, 1);
  transition: all 300ms ease;
}
.team-current-theme1 .socials-icon-box .social-links a {
  width: 45px;
  height: 45px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: #00142b;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-current-theme1 .socials-icon-box .social-links a:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}