.team-slider {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.team-slider .profile {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  background: #f8f8f8;
}
.team-slider .profile h2 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 22px;
}
.team-slider .profile p {
  font-family: "kelson_sansregular";
}
.team-slider .profile .role {
  margin-top: 0px;
  padding-top: 0px;
  color: #e21784;
}
.team-slider .profile ul {
  margin-top: 30px !important;
}
.team-slider .profile ul li i {
  margin-right: 3px;
}

.testimonial-slider {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
.testimonial-slider .text {
  margin-top: -5px;
  padding: 20px;
  background: #F8F8F8;
}
.testimonial-slider .review {
  width: 100%;
  display: inline-block;
}
.testimonial-slider .review p {
  font-size: 16px;
}
.testimonial-slider .review .feedback p {
  font-style: italic;
}
.testimonial-slider .review .author {
  margin-top: 20px;
  color: #e21784;
}
