.bod-team h3 {
  margin: 0;
}
.bod-team p {
  width: 50%;
  text-align: center;
  margin: 5px auto;
}
.bod-team .row {
  margin: 1rem 0;
}
.bod-team .our-team {
  text-align: center;
  position: relative;
  color: #fff;
  border: 2px solid #faa307;
  margin: 0.5rem !important;
  border: 1px solid #c12731;
}
.bod-team .our-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.bod-team .our-team:hover:before {
  opacity: 1;
}
.bod-team .our-team img {
  width: 200px;
  height: 200px;
}
.bod-team .our-team .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(193 39 49 / 39%);
  transition: all 0.3s ease 0s;
}
.bod-team .our-team .team-content h3 {
  color: #fff;
}
.bod-team .our-team:hover .team-content {
  bottom: 20%;
}
.bod-team .our-team .team-content .name {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.bod-team .our-team:hover .team-content .name {
  transform: translateY(25px);
  transition-delay: 0.3s;
}
.bod-team .our-team .team-content .post {
  font-size: 13px;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}
.bod-team .our-team:hover .team-content .post {
  transform: translateY(-25px);
  transition-delay: 0.3s;
}

.bod-team .our-team:hover .team-content.extra-text .post {
  transform: translateY(-43px);
}

.bod-team .our-team:hover .team-content.extra-text .name {
  transform: translateY(30px);
}

@media screen and (max-width: 990px) {
  .bod-team .our-team {
    margin-bottom: 30px !important;
  }
}
