/* ---------------------------- */

/* -------------- PAGE -------------- */

/* ---------------------------- */

/* -------------- PAGE -------------- */

/* ---------------------------- */

/* -------------- PAGE -------------- */

/* ---------------------------- */

/* -------------- PAGE -------------- */

/* ---------------------------- */

/* -------------- PAGE -------------- */

/* ---------------------------- */

/* -------------- COLORS -------------- */

/* ---------------------------- */

/* -------------- FRONT END -------------- */

/* ---------------------------- */

/* -------------- ADMIN -------------- */

/* ---------------------------- */

/* -------------- MIXINS -------------- */

/* ---------------------------- */

/* -------------- MEDIA QUERIES -------------- */

/* -------------- PAGE -------------- */
.custom-training_faqs .dectxt h3 {
	font-size: 1.6rem;
	font-weight: 400;
	color: #024695;
	text-align: left;
	padding: 30px 0 5px 0;
	border-top: 1px dotted #8b909e;
	margin-top: 30px;
}

@media only screen and (max-width: 991px) {
	.custom-training_faqs .dectxt h3 {
		font-size: 1.44rem;
	}
}

@media only screen and (max-width: 767px) {
	.custom-training_faqs .dectxt h3 {
		font-size: 1.28rem;
	}
}

@media only screen and (max-width: 500px) {
	.custom-training_faqs .dectxt h3 {
		font-size: 1.12rem;
	}
}

.custom-training_faqs .dectxt h3:first-of-type {
	margin-top: 0;
	border: none;
}

.custom_values_wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.custom_values_wrapper .item {
	width: 50%;
	padding: 30px;
}

.custom_values_wrapper .item p {
	padding: 0;
}

.custom_values_wrapper .item h3 {
	padding-top: 10px;
	padding-bottom: 0;
}

.custom_values_wrapper > div:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.custom_values_wrapper .item {
		width: 100%;
		padding: 20px;
	}
}

.block_text_image.cta__custom_padding .ctas {
	padding-top: 50px;
}

.decblock.block_case_study.custom-topCurve {
	margin-top: -6%;
}
