.acm-teams {
  padding-bottom: 104px;
  padding-top: 104px;
  text-align: center;
}
.acm-teams .swiper-slide {
  padding: 10px;
}
.acm-teams .swiper-pagination {
  position: relative;
  margin-top: 26px;
}
.acm-teams .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 2px solid #ebe8e8;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-teams .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c29032;
  border-color: #c29032;
}
.acm-teams .item-inner {
  transform: perspective(1000px);
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.acm-teams .item-inner:hover .member-bio-front {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  right: 0;
}
.acm-teams .item-inner:hover .member-bio-back {
  transform: rotateY(0deg);
  position: relative;
}
@media (max-width: 1199px) {
  .acm-teams .item-inner .member-bio-back {
    transform: rotateY(0deg);
    position: relative;
  }
  .acm-teams .item-inner .member-bio-front {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.acm-teams .member-bio-back,
.acm-teams .member-bio-front {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.acm-teams .member-bio-back {
  background-color: #000000;
  color: #ffffff;
  padding: 26px;
  transform: rotateY(-180deg);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.acm-teams .member-bio-back .member-name {
  color: #ffffff;
}
.acm-teams .member-bio-back .member-desc {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-teams .member-bio-back .member-image {
  text-align: center;
  background-color: transparent;
  border: 0;
}
.acm-teams .member-bio-back .member-image img {
  width: 60px;
  border-radius: 50%;
}
.acm-teams .member-bio-front {
  transform: rotateY(0deg);
  z-index: 2;
}
.acm-teams .member-image {
  background-color: #ffffff;
  border: 1px solid #ebe8e8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.acm-teams .member-image img {
  max-width: 100%;
}
.acm-teams .member-name {
  margin-top: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.acm-teams .member-position {
  color: #c29032;
}
.acm-teams .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acm-teams .social-links > li {
  display: inline-block;
  margin-left: 6.5px;
}
.acm-teams .social-links > li > a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  color: #b4b4b4;
  display: inline-block;
}
.acm-teams .social-links > li > a:hover,
.acm-teams .social-links > li > a:focus,
.acm-teams .social-links > li > a:active {
  border-color: #c29032;
  background-color: #c29032;
  color: #ffffff;
}