.div-profile-items {
	display:flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
}

.div-profile-intro-item {
	border-width: 1px !important;
	border-color: rgba(0,0,0,0.1) !important;
	border-style: solid !important;
	border-radius: 5px !important;
	padding:10px !important;
	margin:14px !important;
	max-width:530px;
}

.div-profile-intro-content {
	display:flex !important;
	flex-direction: column !important;
	/*justify-content: space-between !important;*/
	justify-content: center !important;
}