.modulo-texto-items {
	display: flex;
	justify-content: center;
	padding: 60px 26px;
	background-color: #F9F9F9;
}

.modulo-texto-items .modulo-texto-items-contain {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media (max-width: 992px) {
	.modulo-texto-items .modulo-texto-items-contain {
		flex-direction: column;
	}
}

.modulo-texto-items .modulo-texto-items-contain .titulo-imagen {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	max-width: 452px;
	padding-right: 15px;
}

@media (max-width: 992px) {
	.modulo-texto-items .modulo-texto-items-contain .titulo-imagen {
		max-width: 100%;
	}
}

.modulo-texto-items .modulo-texto-items-contain .titulo-imagen .titulo {
	color: #005199;
	font-family: "Noto Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.333px;
}

.modulo-texto-items .modulo-texto-items-contain .titulo-imagen .titulo > * {
	color: #005199;
	font-family: "Noto Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.333px;
}

.modulo-texto-items .modulo-texto-items-contain .titulo-imagen .imagen {
	display: flex;
}

@media (max-width: 992px) {
	.modulo-texto-items .modulo-texto-items-contain .titulo-imagen .imagen {
		margin-bottom: 16px;
	}
}

.modulo-texto-items .modulo-texto-items-contain .descripcion {
	max-width: 547px;
	color: #7A7A7A;
	font-family: "Noto Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 156.25% */
}

@media (max-width: 992px) {
	.modulo-texto-items .modulo-texto-items-contain .descripcion {
		max-width: 100%;
	}
}

.modulo-texto-items .modulo-texto-items-contain .descripcion > * {
	color: #7A7A7A;
	font-family: "Noto Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 156.25% */
}

.modulo-texto-items .modulo-texto-items-repeater {
	display: flex;
	gap: 32px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.modulo-texto-items .modulo-texto-items-repeater .item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 351px;
	width: 100%;
}

.modulo-texto-items .modulo-texto-items-repeater .item img {
	width: 40px;
	height: 40px;
}

.modulo-texto-items .modulo-texto-items-repeater .titulo {
	color: #005199;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.714px;
	text-transform: uppercase;
}

.modulo-texto-items .modulo-texto-items-repeater .titulo > * {
	color: #005199;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.714px;
	text-transform: uppercase;
}

.modulo-texto-items .modulo-texto-items-repeater .texto {
	color: #7A7A7A;
	font-family: "Noto Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 156.25% */
}

.modulo-texto-items .modulo-texto-items-repeater .texto > * {
	color: #7A7A7A;
	font-family: "Noto Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 156.25% */
	margin: 0;
}
