/* text.css */
.module_text {
	padding: 30px 0;
}

.module_text .text_container {
	margin-top: 3px;
}

.module_text .link_container {
	margin-top: 30px;
}

.module_text .subheader {
	margin-top: 4px;
}

.module_text .subheader>* {
	margin-bottom: 13px;
}

.module_text .link_container a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 12px;
	display: inline-block;
	font-family: 'Montserrat Bold';
}

.module_text .link_container .btn_primary:hover {
	color: #ce9f6e;
}

.module_text .headline_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.module_text .headline_icon {
	margin-right: 10px;
}

.module_two_col_text .module_text .col-12 {
	padding: 0;
}

.module_two_col_text .module_text {
	padding: 0;
}

.module_two_col_text .left_col .module_text .text_wrapper {
	max-width: 93%;
}

.module_text.text-center .headline_container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.module_text .headline_icon img {
		height: 34px;
	}
}