.title-badge-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.title-badge-wrapper .badge-heading {
	margin-bottom: 0;
	text-transform: capitalize;
}

.title-badge-wrapper .icon-badge,
.title-badge-wrapper .title-content {
	display: flex;
}