/* CENTER */
.lowerContainer .center{
	text-align:				center;
	width:					55%;
	margin:					0 auto
}

.lowerContainer .center > h3{
	margin-bottom:			15px
}

.lowerContainer .center > p{
	margin-bottom:			10px;
	font-size:				14px
}

.lowerContainer .center > :last-child{
	width:					82%;
	margin:					0 auto;
	margin-bottom:			30px
}


/*  DIV - PATRYCJA & BARTEK */
.lowerContainer .userTypes{
	padding:					30px 0;
	font-size:				0;
	background-image:		url(/img/dividers/960.png), url(/img/dividers/960.png);
	background-position:	top, bottom;
	background-repeat:		no-repeat
}

.lowerContainer .userTypes > *{
	display:					inline-block;
	vertical-align:			top;
	width:					45%
}

.lowerContainer .userTypes > :first-child{
	margin-right:			10%
}

.lowerContainer .userTypes > :last-child{
	text-align:				right
}

.lowerContainer .userTypes > div{
	font-size:				0
}

.lowerContainer .userTypes > div > *{
	display:					inline-block;
	vertical-align:			middle
}

.lowerContainer .userTypes > div > img{
	border-radius:			100%
}

.lowerContainer .userTypes > div > img.right{
	margin-right:			30px
}

.lowerContainer .userTypes > div > img.left{
	margin-left:				30px
}

.lowerContainer .userTypes > div .data{
	width:					calc(100% - 230px)
}

.lowerContainer .userTypes > div .data > p{
	font-size:				16px
}


/* DESCRIBE */
.describe{
	font-size:				0;
	margin-top:				20px
}

.describe > *{
	display:					inline-block;
	vertical-align:			top;
	width:					46%
}

.describe > :first-child{
	margin-right:			8%
}

.describe > div > p{
	text-align:				justify;
	font-size:				14px
}

.describe > div > h5{
	margin:					20px 0 8px 0;
	font-size:				15px;
	font-weight:				bold
}


/* DESCRIBE - LIST */
.describe > div ul{
	list-style:				none;
	padding-left:			8px
}

.describe > div ul li{
	margin-bottom:			6px
}

.describe > div ul li > *{
	display:					inline-block;
	vertical-align:			middle
}

.describe > div ul li span.pinkDot{
	width:					8px;
	height:					8px;
	background-color:		#e30075;
	border-radius:			100%;
	margin-right:			10px
}

.describe > div ul li span:not(.pinkDot){
	width:					calc(100% - 18px);
	font-size:				14px
}






















































