.team-carousel {
  margin-top: 60px;
}
.team-carousel .team-item {
  background: #fff;
  padding: 35px 50px 67px 50px;
  border-radius: 20px;
}
.team-carousel .team-item .team-img {
  width: 160px;
  margin: 0 auto;
}
.team-carousel .team-item .team-name {
  padding: 15px 0 7px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #3c3d42;
}
.team-carousel .team-item .team-separator {
  width: 63px;
  height: 6px;
  background: #6ec74a;
  background: -webkit-gradient(linear, right top, left top, from(#6ec74a), color-stop(43%, #46b760), to(#1ba979));
  background: linear-gradient(-90deg, #6ec74a 0%, #46b760 43%, #1ba979 100%);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.team-carousel .team-item .team-data {
  font-size: 17px;
  color: #474953;
  text-align: center;
}
.team-carousel .owl-nav, .team-carousel .owl-dots {
  display: none;
}

.authors-carousel {
  margin-top: 60px;
}
.authors-carousel .author-item a {
  text-decoration: none;
}
.authors-carousel .author-item a .author-img {
  border-radius: 15px;
  overflow: hidden;
}
.authors-carousel .author-item a .author-name {
  padding: 15px 0 7px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #3c3d42;
}
.authors-carousel .author-item a .autor-info {
  font-weight: 300;
  text-align: center;
  padding: 0 10px;
  color: #3c3d42;
}
.authors-carousel .owl-nav {
  display: none;
}
.authors-carousel .owl-dots {
  margin-bottom: -55px;
}