.ova-our-team:hover .author-image:before {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 230px;
}
.ova-our-team:hover .author-image:after {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  width: 230px;
}
.ova-our-team:hover .author-image .author {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  filter: brightness(0.5);
}
.ova-our-team .author-image {
  position: relative;
  padding: 0 20px 20px 20px;
  margin: 0 0 18px 0;
  z-index: 2;
}
.ova-our-team .author-image:before, .ova-our-team .author-image:after {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  content: "";
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ova-our-team .author-image:before {
  width: 10px;
  height: 184px;
}
.ova-our-team .author-image:after {
  width: 194px;
  height: 10px;
}
.ova-our-team .author-image .author {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  width: 100%;
  object-fit: cover;
}
.ova-our-team .author-image .background {
  position: absolute;
  top: 26px;
  left: 0;
  width: 50%;
  height: 85%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ova-our-team .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ova-our-team .author-info .name-job {
  line-height: 1;
  margin: 0 20px 15px 0;
}
.ova-our-team .author-info .name-job a:hover .name {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--primary);
}
.ova-our-team .author-info .name-job a .name {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-our-team .author-info .name-job .name {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: 0;
  font-size: 24px;
}
.ova-our-team .author-info .name-job .job {
  margin: 0;
  font-size: 14px;
}
.ova-our-team .author-info .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px 0;
}
.ova-our-team .author-info .socials .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f3f3f3;
}
.ova-our-team .author-info .socials .icon:hover i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--primary);
}
.ova-our-team .author-info .socials .icon i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  font-size: 14px;
  display: inline-flex;
  color: var(--heading);
}