.info-s-con-fondo {
	background-image: url("/img/servicios/banners/fondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.s-img-text > div {
	width: 100%;
	gap: 0px;
	align-items: stretch;
}

.info-s {
	padding: 40px 80px;
}

.s-img-text > div > img {
	border-radius: 0px;
}

@media screen and (max-width: 1024px) {
	.info-s {
		padding: 20px;
	}

	.s-img-text > div {
		flex-direction: column-reverse;
	}

	.reverse {
		flex-direction: column !important;
	}
}
