/*** BOX ***/
.box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	margin-top: 10px;

}

.box .title{
	padding-bottom: 10px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 1.6rem;
}

.box .descr{
	font-size: 1.5rem;
}



