.advisory-header {
	background: url('../img/header_management_consulting.jpg') no-repeat;
	background-size: cover;
	height: 60vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.advisory-description {
	background: url('../img/bird-people.jpg') no-repeat;
	background-size: cover;
}

.advisory-container {
	margin: auto;
}

.advisory-container h1 {
	color: #1876D2;
}

.advisory-container h2 {
	color: #1876D2;
}

.advisory-intro {
	font-size: 24px;
    color: #000;
}

.advisory-sub-intro {
	color: #000;
	font-size: 22px;
}

/* Coaching */
.coaching {
	background-image: linear-gradient(to top, #ffffff, #f8f8fe, #f0f2fc, #e6ecfb, #dae7fa);
	background-size: cover;
	display: table;
	width: 100%; 
}

.coaching .uk-container {
	display: table-cell;
	vertical-align: middle;
}

/* Recruitment */
.recruitment {
	background: url('../img/bird-people.jpg') no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 639px) {
	
	.advisory-intro {
		font-size: 20px;
	}
	
	.bg-grey-mobile {
		background: #968B91;
	}
}