html, body{
	background:#f0f0f0;
}
body{
	margin: 10px;
}
*{
	box-sizing: border-box;
}
.container-small{
	max-width: 520px;
	background:#fff;
}
h2{
	color: #FF6200;
	font-size: 22px;
	line-height:1.3;
	margin: 1em 0 2em;
}
.text-center{
	text-align: center;
}
.list-unstyled{
	padding:  0;
	list-style:  none;
	margin: 0;
}
.portare-banner {
	max-width: 355px;
    margin: 0 auto 40px;
}
.portare-details,
.portare-details--bottom{
	margin: 0 0 40px;
}
.portare-usp{
	padding-bottom: 15px;
}
.portare-usp li{
	text-align:left;
	max-width: 275px;
	display: flex;
	margin: 0 auto 25px;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height:1.3;
	color: #4a4a4a;
}
.portare-usp li span:first-child{
	padding-right: 15px;
}
.portare-usp li img{
	max-width: 30px;
}
.portare-cta--container{
	margin: 40px 0;
}
.portare-cta{
	color:#fff;
	background: #ff6200;
	text-decoration: none;
	line-height:1.6;
	height:auto;
	min-width: 260px;
	border-radius: 6px;
	font-size: 14px;
    padding: 8px 12px;
}