.elementor-control-bulletIcon .elementor-icon {
	font-size: 4px !important;
	color: pink !important;
}

.elementor-control-bulletIcon .elementor-icon svg {
	width: 4px !important;
	height: 14px !important;
}
.knowledge-item-image {
	display: block;
	width: 50%;
	max-width: 20rem;
	height: auto;
	object-fit: cover;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.15);
	margin: 1rem auto;
	transition: transform 0.2s ease-in-out;
	overflow: hidden;
	border-radius: 3rem !important;

	border: 4px solid rgb(215, 183, 183) !important;
}

.knowledge-item-image:hover {
	transform: scale(1.02);
}
h3.knowledge-item {
	font-size: 1.5rem;
}
.lt-blurb-content a, .knowledge-item a {

	color: var(--accent);

}
.lt-blurb-content a:hover, .knowledge-item a:hover {
	color: var(--primary);
	font-weight: bold;
}
.lt-blurb-content a:visited, .knowledge-item a:visited {
	color: var(--accent);
}