.template_why_we {
	position: relative;
	background: #f6faff;
	padding: 20px 0;
}

.template_why_we h2.module_title {
	margin: 0;
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	width: 180px;
	border-left: 5px solid #4a99fe;
	padding-left: 8px;
}

.template_why_we .module_text {
	font-size: 14px;
	font-weight: normal;
}

.template_why_we .module_text>*:first-child {
	margin-top: 0;
}

.template_why_we .module_text>*:last-child {
	margin-bottom: 0;
}

.template_why_we .module_text table,
.template_why_we .module_text tbody {
	display: block;
}

.template_why_we .module_text tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.template_why_we .module_text td {
	margin-bottom: 10px;
}

.template_why_we .module_text td:nth-child(odd) {
	width: 80px;
}

.template_why_we .module_text td:nth-child(2n) {
	width: calc(100% - 80px);
	flex-grow: 1;
	padding-left: 10px;
}


.template_why_we .module_text td img {
	vertical-align: middle;
}

@media (min-width: 1024px) {
	.template_why_we {
		padding: 35px 0;
		position: relative;
		margin: 0;
	}

	.template_why_we h2.module_title {
		font-size: 24px;
	}

	.template_why_we .module_text {
		font-size: 16px;
	}

	.template_why_we .module_text table {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.template_why_we .module_text tbody {
		display: table-row-group;
	}

	.template_why_we .module_text tr {
		display: table-row; 
	}

	.template_why_we .module_text td {
		padding-right: 15px;
		font-weight: 500;
		padding-bottom: 40px;
	}

	.template_why_we .module_text td {
		margin-bottom: 00;
	}

	.template_why_we .module_text td:nth-child(odd) {
		width: 106px;
	}

	.template_why_we .module_text td:nth-child(2n) {
		width: auto;
		flex-grow: 1;
		padding-left: 0;
	}

	.template_why_we .module_text td:nth-child(2) {
		width: auto;
		padding-right: 25px;
	}

	.template_why_we .module_text tr:last-child td {
		padding-bottom: 0;
	}
}