.meet-the-team-section .owner-wrapper {
  padding-top: 20px;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  max-width: 264px;
}
.meet-the-team-section .owner-wrapper h4 {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24.2px;
}
.meet-the-team-section .skew-section {
  padding: 120px 16px;
  background: #FFFBFB;
  transform: skewY(2deg);
  position: relative;
  z-index: -1;
  margin-top: -100px;
  border-radius: 40px;
}
.meet-the-team-section .skew-section .content-wrapper {
  transform: skewY(-2deg);
}
.meet-the-team-section .skew-section .content-wrapper h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 31.46px;
}
.meet-the-team-section .skew-section .content-wrapper ul {
  padding-left: 16px;
}
.meet-the-team-section .skew-section .content-wrapper ul li:not(:last-child) {
  margin-bottom: 8px;
}
.meet-the-team-section .skew-section .content-wrapper p {
  margin-bottom: 20px;
}
.meet-the-team-section .skew-section .content-wrapper p:last-child {
  margin-bottom: 0;
}
.meet-the-team-section .second-owner {
  margin-left: auto;
  margin-top: -100px;
}

@media (min-width: 992px) {
  .meet-the-team-section .skew-section {
    margin-top: 0;
    transform: skewY(-2deg);
    padding-top: 104px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 144px;
    margin-left: -76px;
    margin-right: -76px;
  }
  .meet-the-team-section .skew-section .content-wrapper {
    transform: skewY(2deg);
  }
  .meet-the-team-section .first-owner {
    margin-top: -40px;
  }
  .meet-the-team-section .owner-wrapper {
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 232px;
  }
  .meet-the-team-section .second-owner {
    margin-right: auto;
    margin-left: 0;
    margin-top: 200px;
  }
}
@media (min-width: 1200px) {
  .meet-the-team-section .skew-section {
    padding-left: 96px;
    padding-right: 96px;
  }
  .meet-the-team-section .owner-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    max-width: 264px;
  }
}