.vision{
	color: #12365E;
	width: 100vw;
	/*height: 600px;*/
	background-color: white;
	padding: 100px 150px 100px 150px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.vision .text{
	width: 45vw;
}


.vision .text .title{
	font-size: 25px;
	margin-bottom: 50px;
}


.vision .text .description{
	text-align: justify;
	font-size: 18px;
	margin-bottom: 25px;
}

.vision .text .link button{
	border: 0;
	border-radius: 0;
	padding: 8px;
	font-size: 16px;
	color: white;
	background-color: #ec4e4f;
}


@media (max-width:768px)
{
	.vision{
		padding: 0 20px 40px 20px;
		flex-direction: column;
		justify-content: center;
	}
	
	
	.vision .drawing{
		width: 95vw;
	}
	
	.vision .drawing img{
		width: 100%;
	}
	
	
	.vision .text{
		margin-top: 50px;
		width: 95vw;
	}
	
	.vision .text .title{
		font-size: 25px;
		margin-bottom: 20px;
	}
}