.about {
	/*max-width: 1000px;*/
	display: flex;
	justify-content: center;
	/*margin: 150px auto;*/
	/*background-color: #039cdf;	*/
	/*background: rgba(3, 156, 223, 1);*/
	/*background-image:  linear-gradient(to top right, #40c9ff, #e81cff);*/
	background-image: linear-gradient(
		to top right,
		rgba(3, 156, 223, 1) 30%,
		rgba(3, 156, 223, 0.5) 150%
  );
	/*width: 100vw;*/
	margin: 150px 0;
}
.about p {
	line-height: 1.5;
	font-size: 1.5rem;
	max-width: 1000px;
	padding: 20px;
	color: #fff;
}