.template_about_us {
	padding-bottom: 50px;
}

.template_about_us h2.module_title {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	width: 150px;
	border-left: 5px solid #4a99fe;
	padding-left: 8px;
}

.template_about_us .module_text {
	font-size: 14px;
	font-weight: normal;
}

.template_about_us .module_text>*:first-child {
	margin-top: 0;
}

.template_about_us .module_text>*:last-child {
	margin-bottom: 0;
}
.template_about_us .module_text table td:nth-child(2n+1){
	padding-left: 10px;
	padding-right: 5px;
}

@media (min-width: 1024px) {
	.template_about_us h2.module_title {
		font-size: 24px;
	}

	.template_about_us .module_text {
		font-size: 16px;
	}
}