.chisiamo {
	display: flex;
	flex-direction: row;

	margin: 0 50px;
}

.chisiamo .image {
	flex: 1;
	text-align: right;

}

.chisiamo .image img {
	width: 250px;
	border-radius: 250px;
	background-color: #2D407A;
}

.chisiamo .text {
	padding-right: 50px;

	margin-bottom: 100px;
}

.chisiamo .text p {
	font-size: 1.5em;
}

@media (max-width: 768px) {
	.chisiamo {
		flex-direction: column;
		margin: 0 20px;
	}

	.chisiamo .text {
		padding-right: 20px;

		margin-bottom: 50px;
	}


	.chisiamo .image {
		text-align: center;

	}

	.chisiamo .image img {
		width: 250px;
		border-radius: 250px;
		background-color: #2D407A;

		margin-bottom: 50px;
	}
}