.content-about {
	display: flex;
	flex-direction: row;
	grid-gap: 25px;
}



.image-about img{
	/* width: 300px; */
	width: 450px;
}
.content-about p {
	margin-left: auto;
	max-width: 600px;
	margin-bottom: 1em;
}

.text-indent {
	padding-left: 2em;
}

@media screen and (max-width:960px) {
	.content-about {
	flex-direction: column-reverse;
	}

	.content-about p {
	margin-left: 0;
	width: 100%;
	}
}

@media screen and (max-width:768px) {
	.content-about {
	width: 100%;
	}
}

@media screen and (max-width:540px) {
	.image-about {width: 100%;}
	.image-about img {width: 75%;}
}