.info-marketing {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 100px 60px;
}

.text-info-mark {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.text-info-mark p {
	font-size: 22px;
	color: #000;
	text-align: justify;
}

.image-info-mark {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.image-info-mark img {
	width: 100%;
}

#s-marketing-carousel {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#carousel-marketing-2,
#carousel-marketing {
	width: 100%;
	display: block;
}

.card-marketing {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.info-marketing {
		padding: 20px;
		flex-direction: column-reverse;
	}

	.text-info-mark {
		width: 100%;
	}

	.image-info-mark {
		width: 80%;
	}

	.text-info-mark p {
		font-size: 18px;
	}
}
