.our-staff-sec {
  background: #fff;
  padding: 0 0 100px;
}
.our-staff-sec .inner-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  align-items: center;
}
.our-staff-sec .inner-content .left-content {
  width: 45%;
  max-height: 420px;
  overflow: hidden;
}
.our-staff-sec .inner-content .right-content {
  width: 55%;
  padding: 0 0 0 100px;
}
.our-staff-sec .inner-content .right-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #221F20;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
.our-staff-sec .inner-content .right-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgba(34, 31, 32, 0.9);
}
.our-staff-sec .inner-content .right-content p:last-of-type{
  margin: 0 !important;
}
.our-staff-sec .inner-content .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
