.or_block{
	margin: 24px 0;
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.or_block-text{
	background: white;
	padding: 0 10px;
}
.or_block-line{
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
	height: 1px;
	background: #D1D1D1;
	z-index: -1;
}