.equipo-humano-mision {
	background-color: rgba(243, 244, 246, 1);
}

.equipo-humano-mision strong {
	color: rgb(var(--green));
	font-weight: bold;
}

.equipo-humano-mision b {
	color: var(--theme-dark3);
}

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

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

.equipo-humano-mision .section-content h3 {
	width: 80%;
	display: block;
	margin: 10px auto 0;
	font-size: 4rem;
	font-weight: bold;
	color: var(--dark3);
	text-align: center;
	margin-top: 4rem;
}

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

@media only screen and (max-width: 1120px) {
	.equipo-humano-mision .section-content h2 {
		font-size: clamp(2rem, 12vw, 3.4rem);
		line-height: clamp(2rem, 12vw, 3.6rem);
		width: 100%;
	}

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