.meet_administration_table {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: auto;
}
.meet_office_staff {
  display: flex;
  margin-bottom: 40px;
}
.meet_office_staff img {
  margin-right: 25px;
}

.tag-meet-our-office-staff .sidebar > * {
  margin-bottom: 20px;
  text-align: center;
}

.all .body .content {
  width: 100%;
}

.employees_executive_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.employees_executive_list .employees_executive_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.employees_executive_list .employees_executive_item img {
  width: 216px !important;
  height: 276px !important;
  object-fit: cover;
  margin: 0;
}

@media (max-width: 991px) and (min-width: 840px) {
  .tag-meet-our-office-staff .body .container,
  .tag-meet-our-office-staff .drum-bar .container {
    width: 100%;
  }
  .tag-meet-our-office-staff .body .content {
    width: calc(100% - 282px);
    padding: 25px 25px;
  }
  .tag-meet-our-office-staff .body .sidebar {
    width: 282px;
  }
  .tag-meet-our-office-staff .body .sidebar .houers ul {
    width: 240px;
    text-align: left;
    margin: auto;
  }
}

@media (max-width: 839px) and (min-width: 768px) {
  .tag-meet-our-office-staff .body .container,
  .tag-meet-our-office-staff .drum-bar .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tag-meet-our-office-staff .body .content {
    width: 100%;
    min-height: auto !important;
    padding: 15px;
  }
  .tag-meet-our-office-staff .body .sidebar {
    width: 100%;
    padding: 15px;
  }
  .tag-meet-our-office-staff .body .sidebar .houers ul {
    width: 240px;
    text-align: left;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .meet_office_staff {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .meet_office_staff img {
    margin-right: 25px;
  }
  .meet_office_staff p {
    margin-top: 20px;
  }

  .tag-meet-our-office-staff .body .sidebar .houers ul {
    width: 240px;
    text-align: left;
    margin: auto;
  }

  .employees_executive_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
