.module_4col_block {
	align-items: flex-start;
	color: #777777;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 6rem 2rem;
}

@media screen and (max-width: 48rem) {
	.module_4col_block {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 24rem) {
	.module_4col_block {
		padding: 3rem 1rem;
	}
}

.module_4col_block 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) {
	.module_4col_block h3 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 24rem) {
	.module_4col_block h3 {
		font-size: 1.75rem;
	}
}

.module_4col_block h3 sup {
	font-size: 1.5rem;
}

.module_4col_block 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) {
	.module_4col_block h4 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 24rem) {
	.module_4col_block h4 {
		font-size: 1.25rem;
	}
}

.module_4col_block p {
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
}

.module_4col_block img {
	height: 4rem;
}

.module_4col_block .component_text_block {
	align-items: center;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	text-align: center;
}

@media screen and (max-width: 48rem) {
	.module_4col_block .component_text_block {
		padding: 1rem;
	}
}

.module_4col_block a.button_ghost {
	margin: 0 auto;
	max-width: 20rem;
}

a.button_ghost {
    border: 1px solid #bfbfbf;
    border-radius: 2rem;
    cursor: pointer;
	display: block;
    line-height: 120%;
    max-width: 14rem;
    padding: 0.75rem;
    text-align: center;
	color: #8c8c8c;
	font-family: 'Red Hat Display', sans-serif; font-weight: 900;
	font-size: 1rem;
	text-decoration: none;
}

@media screen and (max-width: 48rem) {
	a.button_ghost {
		float: none;
		margin: 0 auto;
		padding: 0.625rem;
	}
}

a.button_ghost:hover {
	background: #8c8c8c;
	border: 1px solid #8c8c8c;
	color: white;
}