.pt-iconedesc-wrap {
	background-color: #F5F5F5;
	border-radius: 5px;
	border-bottom: 3px solid #38494C;
}
.pt-iconedesc-icone-wrap {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 50%;
	padding: 30px;
	box-sizing: border-box;
	margin: auto;
}
.pt-iconedesc-icone {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pt-iconedesc-desc {
	padding: 30px;
}

.pt-iconedesc-comimg {
	margin-top: 50px;
}
.pt-iconedesc-comimg .pt-iconedesc-icone-wrap {
	top: -50px;
	position: relative;
	margin-bottom: -50px;
}