.accolade-section-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.accolade-section-title__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 28px;
	height: 12px;
	flex-shrink: 0;
}

.accolade-section-title__circle {
	position: absolute;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

/* Dark blue circle is slightly to the right */
.accolade-section-title__circle--dark {
	left: 10px;
	background-color: #0A3681;
	z-index: 1;
}

/* Light blue circle is on the left */
.accolade-section-title__circle--light {
	left: 0;
	background-color: #1d82ea;
	z-index: 2;
}

.accolade-section-title__heading {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: rgb(31, 131, 240);
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
}
