.cort_commitment {
	align-items: flex-start;
	color: #777777;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 6rem 2rem;
}

@media screen and (max-width: 48rem) {
	.cort_commitment {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 24rem) {
	.cort_commitment {
		padding: 3rem 1rem;
	}
}

.cort_commitment h3 {
	color: #4d4d4d;
	font-family: 'Red Hat Display', sans-serif; font-weight: 300;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 48rem) {
	.cort_commitment h3 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 24rem) {
	.cort_commitment h3 {
		font-size: 1.75rem;
	}
}

.cort_commitment h3 sup {
	font-size: 1.5rem;
}

.cort_commitment h4 {
	color: #4d4d4d;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (max-width: 48rem) {
	.cort_commitment h4 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 28rem) {
	.cort_commitment h4 {
		font-size: 1.25rem;
	}
}

.cort_commitment p {
	color: #404040;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	margin: 0 auto;
	max-width: 50rem;
	text-align: center;
}

.cort_commitment .component_text_block {
	align-items: center;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 4vw;
	text-align: center;
}

@media screen and (max-width: 100rem) {
	.cort_commitment .component_text_block {
		padding: 1rem 2rem;
	}
}

@media screen and (max-width: 75rem) {
	.cort_commitment .component_text_block {
		padding: 1rem;
	}
}

@media screen and (max-width: 48rem) {
	.cort_commitment .component_text_block {
		padding: 1rem 20vw;
	}
}

@media screen and (max-width: 28rem) {
	.cort_commitment .component_text_block {
		padding: 1rem 2rem;
	}
}

.cort_commitment hr {
	border-bottom: 5px solid #ee0034;
	margin: .5rem;
	width: 80%;
}

.cort_commitment img {
	height: 4rem;
}