
.type_module_text.template_sti_offer h3
{
	border-bottom: 5px solid #1e2328;
	border-top: 5px solid #1e2328;
	text-align: center;
	text-transform: uppercase;
	background: #3d4750;
	color: #d7dbde;
	padding: 10px 0px;
	margin: 0px;
}

.type_module_text.template_sti_offer ul
{
	width: 1024px;
	margin: 0px auto;
	list-style: none;
	padding: 0px;
	position: relative;
}

.type_module_text.template_sti_offer ul li
{
	display: table-cell;
	text-align: center;
	width: 372px;
	font-size: 17px;
	padding: 20px;
}

.type_module_text.template_sti_offer ul li div:nth-child(2)
{
	width: 250px;
	margin: 0px auto;

}

.type_module_text.template_sti_offer ul li div:nth-child(1)
{
	
	font-weight: bold;
	font-size: 25px;
	border-bottom: 3px solid #1e2328;
	color: #1e2328;
	width: 200px;
	margin: 0px auto;
	margin-bottom: 10px;
}


.type_module_text.template_sti_offer ul li:nth-child(2)
{
	background: #1e2328;
	color: #fff;
	padding: 20px 0px;
	width: 220px;

}

.type_module_text.template_sti_offer ul li:nth-child(2):before
{
	content: "";
	display: block;
	position: absolute;
	width: 94px;
	height: 254px;
	background: #1e2328;
	top: 0px;
	transform: skew(20deg);
	margin-left: -48px;
}


.type_module_text.template_sti_offer ul li:nth-child(2):after
{
	content: "";
	display: block;
	position: absolute;
	width: 94px;
	height: 254px;
	background: #1e2328;
	top: 0px;
	transform: skew(-20deg);
	margin-left: 164px;
}


.type_module_text.template_sti_offer ul li:nth-child(2) div:nth-child(1)
{
	color: #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	z-index: 99999;
}

.type_module_text.template_sti_offer ul li:nth-child(2) div:nth-child(2)
{
	position: absolute;
	width: 301px;
	z-index: 99999;
	margin-left: -50px;
	margin-top: 55px;
}


