.texto-legal-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.texto-legal-container .row-1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.texto-legal-container .row-2 {
	width: 100%;
	max-width: 800px;
    padding: 0rem 2rem;
}