/* REASONS TO WORK */

#reasons-to-work-section .section-title span {
	padding: 8px 18px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
}

#reasons-to-work {
	display: flex;
	flex-flow: row nowrap;
}

#reasons-to-work-left {
	flex: 60% 0 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#reasons-to-work-right {
	flex: 40% 0 0;
}

#reasons-to-work-right img {
	width: 100%;
}

.work-reason {
	margin-bottom: 6px;
	font-weight: bold;
	color: #004282;
}

/* PROFESSIONAL GROWTH */

#professional-growth-section {
    background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
}

#professional-growth-section .section-title span {
	padding: 8px 18px;
	background: #fff;
	border: none;
	border-radius: 30px;
	color: #004282;
}

#growth-items {
	display: flex;
	flex-flow: row wrap;
}

.growth-item {
	flex: 31% 0 0;
	padding: 22px 33px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.growth-icon {
	width: 64px;
	flex: 64px 0 0;
	margin-bottom: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.growth-text {
	color: #fff;
	text-align: center;
}

/* CAREER GROWTH */

#career-growth-section .section-title span {
	padding: 8px 18px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
}

#career-growth-header {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

#career-growth-items {
	display: flex;
	flex-flow: row nowrap;
}

.career-growth-item {
	flex: 33.3333% 1 1;
	margin: 0 18px;
	padding: 14px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

/* SALARY */

#salary-section {
    background: rgb(0, 56, 105);
    background: linear-gradient(45deg, rgb(1, 50, 94) 0%, rgb(32, 73, 109) 100%);
}

#salary-section .section-title span {
	padding: 8px 18px;
	background: #fff;
	border: none;
	border-radius: 30px;
	color: #004282;
}

#salary {
	color: #fff;
}

.salary-item {
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	box-shadow: 4px 5px 0 0 red;
}

/* WORK CONDITIONS */

#work-conditions-section .section-title span {
	padding: 8px 18px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
}

#work-conditions {
	display: flex;
	flex-flow: row wrap;
}

.work-condition {
	flex: 50% 0 0;
	padding: 22px 33px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.condition-icon {
	width: 64px;
	flex: 64px 0 0;
	margin-bottom: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.condition-text {
	padding-top: 18px;
	text-align: center;
}

/* CORPORATE EVENTS */

#events-section .section-title span {
	padding: 8px 18px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
}

#event-directions {
	margin-bottom: 18px;
	display: flex;
	flex-flow: row nowrap;
}

.event-direction {
	flex: 25% 0 0;
	padding: 15px 5px;
	text-align: center;
}

#event-photos {
	display: flex;
	flex-flow: row wrap;
}

.event-photo {
	flex: 25% 0 0;
	padding: 5px;
}

.event-photo img {
	width: 100%;
}
