.dsu-accreditation {
	padding: 64px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.dsu-accreditation-block .description_contact, .dsu-accreditation-block .logo-heading {
	display: flex
}
.dsu-accreditation-block .accreditation-contact, .dsu-accreditation-logo {
	padding-right:48px;
	min-width: 200px
}
.description_contact .accreditation-contact {
	order: 1
}
.description_contact .accreditation-description {
	order: 2
}
.dsu-accreditation-block h2 {
	font-family: var(--heading-font);
	line-height: 1.1;
	margin: 0 0 30px;
	/*width: 60%;*/
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px
}
.organizational-chart .parent {
	text-align: center;
	overflow-x: hidden
}
@media screen and (max-width:1024px) {
	.dsu-accreditation {
		max-width: 80%!important
	}
}
@media screen and (max-width:768px) {
	.dsu_employee {
		margin: 15px auto!important
	}
	.dsu-accreditation {
		padding: 60px 30px;
		width: 90%
	}
	.dsu-accreditation-logo {
		padding-bottom: 30px
	}
	.dsu-accreditation-logo {
		margin: 0 auto
	}
	.dsu-accreditation-block h2 {
		margin: 0;
		font-size: 38px;
		width:  100%;
	}
	.dsu-accreditation-block .description_contact, .dsu-accreditation-block .logo-heading {
		flex-direction: column
	}
	.description_contact .accreditation-contact {
		order: 2
	}
	.description_contact .accreditation-description {
		order: 1;
		line-height: 24px;
	}
	.organizational-chart .parent {
		max-width: 700px;
		overflow-y: hidden
	}
}