@charset "UTF-8";

/* Убираем границу у стандартного стиля строк таблицы */
.table-striped th,
.table-striped td {
	border: none;
}

/*  */
.block-team {
    position: relative;
    display: inline-block;
}
.block-team img {
    width: 250px;
    height: 350px;
}
.block-team .desc {
	position: absolute;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	padding: 10px;
	padding-top: 15px;
  bottom: 0;
  text-align: center;
}
.block-team .desc h4 {
	font-size: 11pt;
	font-weight: 400;
}
.block-team .desc p {
	color: #72c02c;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.text-mail {
	font-family: Cambria;
	font-size: 16px;
	font-weight: 500;
}