.content{
	min-width: auto;
}

.header {
    min-width: auto;
	margin-bottom: 1rem;
}

.header-elements {
    height: 110px; 
}

.header-item{
	margin: auto;
}

.orch-logo{
	top:0;
}

.module-container {
    margin-top: 1%;
    margin-bottom: 9.5%;
	max-width: none;
}

.departmentTitle{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 1020px) { 
	.headerTitle{
		margin-left: -100%;
	}
}

@media (max-width: 576px) { 
	figure{
		margin-bottom: 0;
	}
}