.dividerContainer {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	height: 28px;
	padding: 4px 2px;
	margin: 16px 0;
}

.dividerLine {
	flex-grow: 1;
	height: 1px;
	background-color: #C7C7C7;
}

.dividerText {
	padding: 0 13px;
	color: #5A5A5A;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}
