.our-team h2 {
  margin-bottom: 30px;
  line-height: 48px;
  color: #2d2a2a;
  font-weight: 600;
  font-size: 38px;
}
.our-team .img {
  padding: 0 15px;
  margin-bottom: 35px;
}
.our-team img {
  max-width: 100%;
}
.our-team .content {
  padding: 0 15px;
}
.our-team .content .title {
  margin-bottom: 10px;
}
.our-team .content .title h4 {
  margin-bottom: 6px;
  font-size: 22px;
  color: #2d2a2a;
  font-weight: 500;
  line-height: 1.4;
}
.our-team .content .title .sub__title {
  line-height: 24px;
  font-size: 14px;
  color: #727272;
}
.our-team .content .separator {
  margin-bottom: 35px;
  width: 30%;
  border-top: 2px solid rgb(236, 236, 236);
}
.our-team .content p {
  line-height: 27px;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
