.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;
}

@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;
	}
}
