.archive_team_3 .content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
}
.archive_team_3 .items {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}
.archive_team_3 .items:hover .ova-social-wrap {
  opacity: 1;
}
.archive_team_3 .ova-media {
  position: relative;
  transition: all 0.5s linear;
}
.archive_team_3 .ova-media img {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
}
.archive_team_3 .ova-social-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.archive_team_3 .ova-social-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.archive_team_3 .ova-social {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--primary);
  display: inline-flex;
  line-height: 1;
  gap: 20px;
  padding: 14px 25px;
}
.archive_team_3 .ova-social .icon a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s linear;
}
.archive_team_3 .ova-social .icon a:hover {
  opacity: 0.8;
}
.archive_team_3 .ova-social .icon i {
  color: #fff;
}
.archive_team_3 .ova-info-content {
  text-align: center;
  padding: 25px;
  background: #fff;
}
.archive_team_3 .name {
  margin: 0;
}
.archive_team_3 .name a {
  font-size: 22px;
  color: var(--heading);
  transition: all 0.3s linear;
}
.archive_team_3 .name a:hover {
  color: var(--primary);
}
.archive_team_3 .job {
  position: relative;
  margin: 5px 0 0 0;
  padding-bottom: 15px;
  font-weight: 500;
}
.archive_team_3 .job:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 56px;
  height: 2px;
  background: var(--primary);
  transform: translateX(-50%);
}
.archive_team_3.template_2 .items {
  box-shadow: none;
}
.archive_team_3.template_2 .items:hover .ova-social-wrap {
  bottom: 20px;
}
.archive_team_3.template_2 .ova-media img {
  border-radius: 10px;
}
.archive_team_3.template_2 .ova-social {
  border-radius: 10px;
}
.archive_team_3.template_2 .ova-info-content {
  padding: 22px 22px 0 22px;
}
.archive_team_3.template_2 .job {
  margin: 0;
  padding-bottom: 0;
}
.archive_team_3.template_2 .job:after {
  content: none;
}