.ova-team2-v2 {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  padding: 28px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #fcf5f5;
  margin-top: 80px;
}
.ova-team2-v2 .avatar {
  display: flex;
  background-color: #E2E2E2;
  overflow: hidden;
  margin-bottom: 27px;
  position: relative;
  margin-top: -80px;
}
.ova-team2-v2 .avatar > a {
  width: 100%;
}
.ova-team2-v2 .avatar img {
  height: 496px;
  object-fit: cover;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media (max-width: 600px) {
  .ova-team2-v2 .avatar img {
    height: auto;
  }
}
.ova-team2-v2 .avatar .social-list {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .ova-team2-v2 .avatar .social-list {
    opacity: 1;
    bottom: 30px;
  }
}
.ova-team2-v2 .avatar .social-list .social {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.ova-team2-v2 .avatar .social-list .social:last-child {
  margin: 0;
}
.ova-team2-v2 .avatar .social-list .social i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: var(--heading);
}
.ova-team2-v2 .avatar .social-list .social:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--primary);
}
.ova-team2-v2 .avatar .social-list .social:hover i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #FFFFFF;
}
.ova-team2-v2 .title {
  margin: 0;
  color: var(--heading);
  font-weight: 400;
  margin-top: 27px;
  margin-bottom: 5px;
  font-size: 24px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-team2-v2 .job {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: var(--text);
  letter-spacing: 2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-team2-v2:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.ova-team2-v2:hover .avatar img {
  transform: scale(1.05);
}
.ova-team2-v2:hover .avatar .social-list {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  bottom: 30px;
  opacity: 1;
}