.page-content {
	/*min-height: 80vh;*/
}

.page-content-body {

}

.page-content-section {
	margin-bottom: 10rem;
}

/*Reasons*/
.reasons-container {

}

.reasons-container img {
	display: block;
	height: 10rem;
	margin-bottom: 2rem;
}

.reason-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.reasons-container {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

/*Stats*/
.stats-container {

}

.stat-item {
	background: #1b2432;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
	padding: 3rem;
	border-radius: 0.3rem;
	text-align: center;
	-webkit-box-shadow: 0 0 4rem rgba(27, 36, 50, 0.05);
	box-shadow: 0 0 4rem rgba(27, 36, 50, 0.05);
	margin: 1rem;
}

.stat-item span {
	/*font-size: 5rem;*/
	font-weight: 900;
}

.stat-item .text-muted {
	color: #ffffff;
	opacity: .5;
}

@media (min-width: 768px) {
	.stats-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.stat-item {
		width: calc((100% / 2) - 2rem);
	}
}

@media (min-width: 992px) {
	.stat-item {
		width: calc((100% / 4) - 2rem);
	}
}


/*Team*/
.teams-container {

}

.team-item {
	padding: 2rem;
	background: rgba(27, 36, 50, 0.1);
	border-radius: 0.3rem;
	margin: 1rem;
}

.team-item-image {
	text-align: center;
}

.team-item-image img {
	height: 30rem;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 768px) {
	.teams-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.team-item {
		width: calc((100% / 2) - 2rem);
	}
}

@media (min-width: 992px) {
	.team-item {
		width: calc((100% / 3) - 2rem);
	}
}


.jobs-container {
	padding: 2rem;
	border: 0.1rem solid rgba(27, 36, 50, 0.1);
	border-radius: 0.3rem;
}

.job-type {
	font-weight: bold;
	font-family: "Ubuntu Mono", monospace;
}

.cv-or {
	text-transform: uppercase;
	font-size: 1.2rem;
}


/*Responsive Handling*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
