
.intro__title{
	text-align: center;
	margin-bottom: 25px;
}

.intro__content{
	text-align: center;
	font-size: 22px;
}
	.intro__content p{
		margin-bottom: 25px;
	}
	
	.intro__col{
		padding: 0 25px;
	}
	
	
	
	.intro-col__in{
		background: #fff;
		border-radius: 5px;
		padding: 15px 10px 5px 20px;	
		box-shadow: 1px 1px 5px rgba(0, 0, 50, 0.15);
		border-width:2px;
		border-style: solid;
		margin-bottom: 25px;
	}
	
	
	.intro__col h2{
		font-size: 25px;
		margin-bottom: 5px;
	}