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

}

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

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

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

}

.max  .content-title {
	width: 100%;
	position: absolute;
	top: 12px;
	z-index: 1;
}

.max h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.max span {
	width: 100%;
	font-size: 12px;
	display: block;
	text-align: center;
}

