/*! custom css stlyes */

/*	==========================================================	*/
/*			Flex Box Styles begins here		*/
/*  =========================================================== */

.myflex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
}
.myflex-box {
	height: 100px;
	width: 200px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.myflex-box p {	
	margin-top: 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: 500;
	line-height: 0px;	
	
}



