* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.meet-team-content {
  padding-top: 102px;
}

.meet-team-wrapper {
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
}

.meet-team-cols {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.meet-team-col {
  width: calc(25% - 2rem);
  cursor: pointer;
  margin: 1rem;
}

.meet-team-container {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.responsivecontainer {
  width: 100%;
  padding: 10px;
}

.box {
  background-color: #f2f2f2;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .responsivecontainer {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .responsivecontainer {
    max-width: 1024px;
  }

  .box {
    width: 50%;
    float: left;
  }
}

.meet-team-front, .meet-team-back {
  -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  font-size: 1.5rem;
  transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
}

.meet-team-back {
  background: linear-gradient(45deg, red 0%, #d55252 100%);
}

.meet-team-front:after {
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.meet-team-container:hover .meet-team-front, .meet-team-container:hover .meet-team-back {
  -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
}

.meet-team-back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.meet-team-inner {
  width: 100%;
  box-sizing: border-box;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  outline: 1px solid rgba(0, 0, 0, 0);
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)translateZ(60px)scale(.94);
}

.meet-team-container .meet-team-content {
  color: #f1f1f1;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  padding: 15px;
  position: absolute;
  bottom: 0;
}

.meet-team-container .meet-team-back {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

.meet-team-container .meet-team-front {
  transform-style: preserve-3d;
  transform: rotateY(0);
}

.meet-team-container:hover .meet-team-back {
  transform-style: preserve-3d;
  color: #fff;
  transform: rotateY(0);
}

.meet-team-container:hover .meet-team-front {
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
}

.meet-team-front .meet-team-inner p {
  margin-bottom: 10rem;
  font-size: 2rem;
  position: relative;
}

.meet-team-front .meet-team-inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #c6d4df;
  margin: -155px auto;
  display: block;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
}

.meet-team-front .meet-team-inner span {
  color: #fff;
  opacity: 2;
  font-family: Montserrat;
  font-weight: 300;
}

.social-icons-container {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.social-icons {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  bottom: 0;
}

.social-icons li {
  margin: 0 10px;
}

.social-icons a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  transition: all .265s ease-in;
  display: inline-block;
}

.social-icons a:hover i {
  color: #00b5f5;
  background: -webkit-linear-gradient(45deg, #00b5f5, #002a8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .265s ease-in;
  transform: scale(2.2);
}

.meet-team-h1 {
  color: #000;
  -o-transition: all .4s ease 0s;
  margin-top: 20px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  transition: all .4s;
  position: relative;
}

.meet-team-h1 span {
  font-size: .5em;
  line-height: 1.3;
  display: block;
}

.meet-team-h1 em {
  font-style: normal;
  font-weight: 600;
}

.meet-team-text h1 {
  text-align: center;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-gap: 10px;
  grid-template-rows: 27px 0;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  display: grid;
}

.meet-team-text h1:after, .meet-team-text h1:before {
  content: " ";
  height: 5px;
  background-color: #f8f8f8;
  border-top: 1px solid #c50000;
  border-bottom: 1px solid #c50000;
  display: block;
}

@media screen and (max-width: 64rem) {
  .meet-team-col {
    width: calc(33.3333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .meet-team-col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .meet-team-col {
    width: 100%;
    margin: 0 0 2rem;
  }
}

/*# sourceMappingURL=MeetTheTeam.4046ff18.css.map */
