.card_team {
	-webkit-perspective: 150rem;
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	height: 52rem
}

.card__side_team {
	height: 50rem;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15)
}

.card__side--front-team-1 {
	/* background-color: #fff */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ee9ca7), to(#ffdde1)), url(../img/dog.jpg);
	background-image: linear-gradient(to right bottom, #ee9ca7, #ffdde1), url(../img/dog.jpg)
}

.card__side--front-team-2{
	/* background-color: #fff */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#83a4d4), to(#b6fbff)), url(../img/dog.jpg);
	background-image: linear-gradient(to right bottom, #83a4d4, #b6fbff), url(../img/dog.jpg)
}

.card__side--front-team-3 {
	/* background-color: #fff */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#B993D6), to(#8CA6DB)), url(../img/dog.jpg);
	background-image: linear-gradient(to right bottom, #B993D6, #8CA6DB), url(../img/dog.jpg)
}

.card__side--front-team-4 {
	/* background-color: #fff */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#bdc3c7), to(#2c3e50)), url(../img/dog.jpg);
	background-image: linear-gradient(to right bottom, #bdc3c7, #2c3e50), url(../img/dog.jpg)
}

.card__side--front-team-5 {
	/* background-color: #fff */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#11998e), to(#38ef7d)), url(../img/dog.jpg);
	background-image: linear-gradient(to right bottom, #11998e, #38ef7d), url(../img/dog.jpg)
}

.card__side--back-team {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.card-team:hover .card__side--front-team {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.card-team:hover .card__side--back-team {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.card__picture-team{
	background-size: cover;
	height: 40rem;
	background-blend-mode: screen;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.card__heading-team{
	font-size: 2.8rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 27rem;
	right: 2rem;
	width: 75%
}

.card__heading-span-team {
	padding: 1rem 1.5rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}

.card__details_team {
	/* padding: 3rem */
}

.card__details_team ul {
	list-style: none;
	width: 80%;
	margin: 0 auto
}

.card__details_team ul li {
	text-align: center;
	font-size: 2.0rem;
	padding: 1rem;
  font-weight: bold;
  color: white;
}

.card__details_team ul li:not(:last-child) {
	border-bottom: 1px solid #eee
}

.card__picture--20 {
  background-image:  url(../img/md.png);
}

.card__picture--21 {
	background-image:  url(../img/director.jpg);
}

.card__picture--22 {
	background-image:  url(../img/acc.jpeg);
}

.card__picture--23 {
	background-image:  url(../img/f1.jpeg);
}

.card__picture--24 {
	background-image:  url(../img/f2.jpeg);
}

/* .card__heading-span--20 {
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(151, 150, 240, 100)), to(rgba(251, 199, 212, 100)));
	background-image: linear-gradient(to right bottom, rgba(151, 150, 240, 100), rgba(251, 199, 212, 100))
} */

.card__side--back-20 {
	background-image: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
	background-image: linear-gradient(to right bottom, #9796f0, #fbc7d4)
}

