.ova-our-team {
  text-align: center;
}
.ova-our-team:hover .author-info {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(0);
}
.ova-our-team:hover .author-image .author-overlay {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.ova-our-team:hover .author-image .social {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.ova-our-team .author-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ova-our-team .author-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.ova-our-team .author-image .author-overlay {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c231f4d;
  opacity: 0;
  visibility: hidden;
}
.ova-our-team .author-image .social {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: var(--primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding: 12px 30px;
}
.ova-our-team .author-image .social a {
  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;
}
.ova-our-team .author-image .social a:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-our-team .author-image .social a: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: var(--secondary);
}
.ova-our-team .author-image .social a i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 18px;
  display: inline-flex;
  color: #fff;
}
.ova-our-team .author-info {
  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-block;
}
.ova-our-team .author-info .name {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 31px 0 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading);
}
.ova-our-team .author-info a:hover .name {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--secondary);
}
.ova-our-team .author-info a .name {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-our-team .author-info .job {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text);
  margin: 0;
}