.tripletout {
	width: calc(100% + 30px);
	margin-left: -15px;
	display: -ms-flexbox;
	display: flex
}

.tripletout h3 {
	color: #fff;
	margin: 0 0 5px;
	padding: 0
}

.tripletout .tout {
	height: 180px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 15px 30px;
	padding: 20px 30px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	min-width: calc(100% / 3 - 30px)
}

.tripletout .tout .btn-text {
	color: white;
}

.tripletout .tripletout-img {
	display: block;
	width: 100%;
	height: 180px;
	margin: 0 15px 30px;
	padding: 0 30px;
	text-align: center;
	line-height: 180px
}

.tripletout .tripletout-img img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: calc(100% + 60px);
	margin: auto;
	margin-left: -30px;
	margin-right: -30px;
	display: inline-block
}

.tripletout--grow-1 .t1 {
	-ms-flex: 2 1 auto;
	flex: 2 1 auto
}

.tripletout--grow-3 .t3 {
	-ms-flex: 2 1 auto;
	flex: 2 1 auto
}

@media (max-width: 1024px) {
	.tripletout h3 {
		font-size: 28px;
		line-height: 34px
	}
}

@media (max-width: 834px) {
	.tripletout {
		display: block;
		width: 100%
	}

	.tripletout h3 {
		font-size: 36px;
		line-height: 44px
	}
}
