 *{
	text-decoration: none;
	border:none;
	color: inherit;
	margin: 0;
}

.wrapper-team{
	padding: 50px 0;
}
.container-team{
	max-width: 100%;
	/*! width: 1200px */
	width: 1200px;
	margin: 0 auto;
}
.wrap-team{
	/* padding: 100px; */
}

.wrap-item-team {
  display: flex;
  /* padding: 28px 20px; */
  /*! border: solid; */
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  border-radius: 15px;
}
.wit-image img {
  /*! width: 100%; */
  height: 100%;
  object-fit: cover;
}
.wit-image {
  width: 289px;
  /* padding-right: 30px; */
  /* height: 289px; */
  aspect-ratio: 1;
}
.wit-details {
  width: 75%;
  padding-left: 30px;
  padding: 30px 30px 30px 30px;
}
.item-team {
  width: 100%;
  /* background-color: white; */
  /*! box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05); */
  padding: 20px 0;
}
.wit-details-position {
  font-size: 15px;
  /* line-height: 26px; */
  /*! font-weight: 400; */
  color: #272262;
  text-transform: uppercase;
  /* padding-bottom: 5px; */
  /* display: block; */
}
.wit-details-name {
  font-size: 34px;
  /* line-height: 46px; */
  font-weight: 700;
  /*! color: #0d1519; */
  /* margin-bottom: 10px; */
}
.wit-details-fonction {
  font-size: 14px;
  /* line-height: 26px; */
  font-weight: 400;
  color: #7e7d7d;
  /* margin-bottom: 25px; */
  text-align: left;
  margin-top: 10px;
}

.content-text-center h3 {
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
}
.content-text-center span {
  padding-left: 13px;
  padding-right: 8px;
  color: white;
  font-size: 18px;
  text-transform: capitalize;
}

h3.wit-details-position.fonction {
    color: #959595;
    font-size: 15px;
    margin-bottom: 6px;
}