#circle-icons-sec .sec-title,
#circle-icons-sec .sec-desc{
	text-align: center;
	margin-bottom: 30px
}

#circle-icons-sec .sec-title{
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.circle-icons-row{
	margin-top: 15px;
}

.circle-icon-col{
	margin-bottom: 30px;
	text-align: center;
}

.circle-icon{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
	background-color: #fff;
	margin: 0 auto 15.5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.circle-title{
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	color: #000000;
	font-weight: 600;
	margin: 0 auto 5px;
}

.circle-text{
	display: block;
	font-size: 13.5px;
	line-height: 1.85em;
	margin: 0 0 17px;
}

.circle-list{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 600;
}

.circle-list li{
	padding: 0 0 0 20px;
	position: relative;
}

.circle-list li::before{
	content: '';
	display: block;
	width: 10px;
	height: 1.8em;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.682 10.624'%3E%3Cpath d='M5.239,10.825a.7.7,0,0,1-.988,0L.307,6.88a1.047,1.047,0,0,1,0-1.482L.8,4.9a1.047,1.047,0,0,1,1.482,0L4.745,7.367,11.4.713a1.047,1.047,0,0,1,1.482,0l.494.494a1.047,1.047,0,0,1,0,1.482Zm0,0' transform='translate(0 -0.406)' fill='%233f5ba9'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.circle-icon-col .circle-btn-row{
	margin-top: 30px;
}

.circle-btn-col{
	text-align: center;
}

/* ===== Responsive ===== */

@media screen and (min-width: 992px){
	.circle-icon{
		transition: .3s all;
	}

	.circle-icon-col:hover .circle-icon{
		transform: scale(1.2);
	}
}

@media screen and (min-width: 1650px){
	#circle-icons-sec .sec-title{
		max-width: 100%;
	}

	.circle-icons-row{
		margin-top: 25px;
	}

	.circle-icon{
		width: 149px;
		height: 149px;
	}

	.circle-title{
		font-size: 20px;
	}

	.circle-text{
		font-size: 18px;
	}
}
