.equipo-humano-historia {
	background-image: url("../../../sections/home-tratamientos/img/top-section.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: rgba(243, 244, 246, 1); /* Color de fondo para la parte inferior */
	padding-top: 10rem; /* Ajusta el relleno superior si es necesario */
	padding-bottom: 6rem;
	color: rgb(var(--black));
}

.equipo-humano-historia strong {
	color: var(--theme-dark3);
	font-weight: bold;
	font-size: clamp(2rem, 12vw, 2.4rem);
	line-height: clamp(2rem, 12vw, 2.6rem);
}

.equipo-humano-historia .section-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.equipo-humano-historia .section-content h3 {
	font-size: clamp(2rem, 12vw, 4rem);
	line-height: clamp(2rem, 12vw, 4.2rem);
	font-weight: 500;
	width: 80%;
	text-align: center;
	margin: 5rem 0 1rem;
	letter-spacing: 0.2rem;
}

.equipo-humano-historia .section-content p {
	font-size: 1.6rem;
	color: rgb(var(--black));
	line-height: 2.4rem;
	width: 100%;
	margin: 2rem auto;
}

@media only screen and (max-width: 1120px) {
	.equipo-humano-historia {
		padding-top: 5rem;
	}

	.equipo-humano-historia .section-content h3 {
		text-align: center;
		font-size: clamp(2rem, 12vw, 3.4rem);
		line-height: clamp(2rem, 12vw, 4rem);
	}

	.equipo-humano-historia .section-content p {
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 2rem auto;
		width: unset;
	}
}
