.columa-tamaño{
	 width: 50%;
}

.row-ventajas-proveedores{
     justify-content: center;
}

.ventajas-proveedores{
     text-align: left;
}

.container-feature-mensaje{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px 30px;
}

.mensaje-p{
	font-family: Quicksand;
	/*font-weight: 500;
	font-style: normal;*/
	font-size: 25px;
	line-height: 35px;
	color: #0E465A;
}

@media (max-width: 992px) {
	.columa-tamaño{
	 width: 100%;
	}
}

@media (max-width: 575.98px) {
	.container-feature-mensaje{
		flex-direction: column;
	}
}
