	a {
			color: #a75756;
		}

.pampas-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pampas-row {
	align-items: center;
	row-gap: 40px;
}

.pampas-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pampas-text h5,
.pampas-text p {
	max-width: 430px;
}

.pampas-text h5 {
	margin-bottom: 12px;
	font-weight: 700;
}

.pampas-text p {
	margin-bottom: 24px;
	line-height: 1.55;
}

.pampas-image-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pampas-figure {
	width: 100%;
	max-width: 265px;
	margin: 0 auto;
	text-align: center;
}

.pampas-img {
	width: 100%;
	max-width: 255px;
	height: auto;
	display: block;
	margin: 0 auto;
	object-fit: contain;
}

.pampas-caption {
	margin-top: 15px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.35;
	text-align: center;
	color: #555;
}

/* Apilar desde 1250px */
@media (max-width: 1250px) {
	.pampas-row > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pampas-text {
		align-items: center;
		text-align: left;
	}

	.pampas-text h5,
	.pampas-text p {
		max-width: 600px;
		width: 100%;
	}

	.pampas-figure {
		max-width: 265px;
	}
}

@media (max-width: 576px) {
	.pampas-section {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.pampas-text h5,
	.pampas-text p {
		max-width: 100%;
	}

	.pampas-img {
		max-width: 235px;
	}

	.pampas-caption {
		font-size: 12px;
	}
}