Title 6

Home » Components » Titles » Title 6

Title 6

About Us

About Us

/* ===== Title 6 ===== */

#title-6 .separator {
	margin: 5px auto 0px;
	width: 120px;
	position: relative;
}
#title-6 .separator ul {
	padding-left: 0
}
#title-6 .separator ul li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background: var(--bs-danger);
	border-radius: 50%;
}
#title-6 .separator ul::before {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--bs-dark);
	left: -8px;
	top: 63%;
	position: absolute;
}
#title-6 .separator ul::after {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--bs-dark);
	right: -8px;
	top: 63%;
	position: absolute;
}