.our-staff-section {
  background: #F5F5F5;
  padding: 120px 0 120px;
  margin-top: 80px;
}
.our-staff-section .inner-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.our-staff-section .inner-content .left-content {
  width: 45%;
  max-height: 450px;
  overflow: hidden;
}
.our-staff-section .inner-content .right-content {
  width: 55%;
  padding: 0 0 0 100px;
}
.our-staff-section .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-section .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-section .inner-content .right-content p a{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(34, 31, 32, 0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
}


.our-staff-section .inner-content .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unit-list-content-box ul{
  margin:0;
  padding:0;
  
}
.unit-list-content-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.unit-list-content-box ul li {
    width: 28%;
}
