.text--module .text--wrapper {
/* 	width: 100%;
/* 	max-width: 100%; */ */
}

.text--module .text--wrapper h2 {
	color: #232323;
}

.text--module .text--wrapper .text--title {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.text--module .text--wrapper .text--title img {
	max-width: 45px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}

.text--module .text--wrapper .text--content p.intro {
	color: #232323;
	font-size: 18px;
	line-height: 32px;
	margin-top:10px;
}

@media only screen and (max-width: 992px) {
	.text--module .text--wrapper {
		width: 100%;
	}
}