.section-icon-circle-cards {

	position: relative;

	width: 100%;

	display: block;

}

.section-icon-circle-cards .section-content {

	position: relative;

}
.col-circle-img {
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 256px;
	height: 256px;
}
.col-circle-img:after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.col-circle-img:hover:after{
  left: 0;
}
.col-circle-info {
	max-width: 300px;
  width: 100%;
  margin: 30px auto;
}
.col-circle-info h3 {
	font-weight: 700;
	margin-bottom:0;
	font-size: 22px;
}