.team-section {
  background-color: #e4ebe0;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 40px 15px 220px;
  position: relative;
}

.team-section::before,
.team-section::after {
  content: "";
  border-top: 40px solid #e4ebe0;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.team-section::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.team-section .icon {
  display: inline-block;
  font-size: 80px;
  color: #67c011;
  margin-bottom: 20px;
  opacity: 0.6;
}

.team-section .description {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  min-height: 150px;
  margin-bottom: 30px;
  opacity: 0.9;
}
.team-section .expertise {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  min-height: 150px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.team-section .team-section-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.team-section .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #ccd3c6;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.team-section .pic img {
  width: 100%;
  height: auto;
}

.team-section .name {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.team-section .title {
  display: block;
  font-size: 15px; font-weight: 400;
  color: #1a1a1a;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .team-section {
    margin: 40px 15px 235px;
}
}
@media (max-width: 768px) and (min-width: 560px) {
  .team-section {
    margin: 40px 15px 235px;
}
.team-section .description{min-height: 90px;}
.team-section::before {
  border-right: 210px solid transparent;
}
.team-section::after {
  border-left: 210px solid transparent;
}
}