.max {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.max .center-content {
	width: 61%;
}

.max .center-content .center-content-tu {
	position: relative;
}



.max .center-content-tu .content-title {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.max h4 {
	text-align: center;
	font-size: 25px;
	margin: 5px 0 5px;
}



.max span {
	font-size: 17px;
	display: block;
	text-align: center;
}

.max img {
	width: 100%;
	vertical-align: middle;
}
