/* Estilos completos de la sección Representamos */
.representamos {
	padding: 80px 0;
	background-color: #F8F9FA;
	text-align: left;
}

.representamos-text {
	font-weight: 300;
	font-size: 48px;
	line-height: 56px;
	color: #484848;
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.representamos-text {
		font-size: 38px;
		line-height: 46px;
	}
}

@media (max-width: 768px) {
	.representamos {
		padding: 50px 0;
	}

	.representamos-text {
		font-size: 28px;
		line-height: 36px;
	}
}
