* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.container {
	margin-top: 200px;
}
.col img {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.col {
	text-align: center;
	margin-bottom: 80px;
}
.row {
	text-align: center;
}
h2 {
	font-weight: 700;
	margin: 0px;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 20px;
	min-height: 40px;
}
.img-holder {
	min-height: 80px;
	display: block;
}
@media only screen and (max-width : 768px) {
	.container {
		margin-top: 40px;
	}
}
@media only screen and (min-width : 1140px) {
	.container {
		width: 100%;
	}
}