@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

#footer .ce_gallery li:before {
	content: "";
	
}

#footer .ce_gallery li {
	padding-left: 0;
	padding-bottom: 0;
}

#footer .ce_gallery li:after {
	border-bottom: 0px solid #333;
}

#footer a {
	font-weight: bold;
	color: #177cc1 !important;
}

#footer a:hover {
	color: #909090 !important;
}

.ce_gallery li:hover .content {
opacity: 0.85;
}

#footer li:last-of-type {
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.ce_iconbox_header h4 {
		font-size: 1.2rem;
	}
}