

/* Start:/local/templates/tn-in/template_styles.css?17738286471028*/
.images--list--item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.images--list--item:nth-child(3n) {
	margin-right: 0;
}

.images--list--item .images--list--item--img {
	display: inline-block;
	width: 100%;
	height: 185px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	opacity: 1;
	transition: opacity 0.3s;
}

.solutions-page .images--list--item .images--list--item--img {
	background-size: contain;
}

.images--list--item:hover .images--list--item--img {
	opacity: 0.7;
}

.images--list--item .images--list--item--name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #e30613;
}

.section_description {
	margin-top: 50px;
}

.wrap-table {
	display: block;
    position: relative;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
    margin: 0;
    max-width: 1000px;
}
/* End */
/* /local/templates/tn-in/template_styles.css?17738286471028 */
