.tekst_divider{
	position: relative;
	text-align: left;
	color: rgba(0,0,0,1); 
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	margin: 120px 0 !important;
	white-space: nowrap; 
	top: 0px;
}
 
.tekst_divider_bg {
	position: absolute; 
	width: 538px;
    height: 375px;
	display: block;
	top: -120px; 
	z-index: -1;
	left: -48px;
	background-image: 
	linear-gradient(rgba(112, 112, 112, 0.4) 1px, transparent 1px), 
	linear-gradient(90deg, rgba(112, 112, 112, 0.4) 1px, transparent 1px);
	background-size: 0.08em 0.08em; 
}

@media (max-width:767px){
	.tekst_divider{
		display: none;
	}
}

@media (min-width: 576px) and (max-width:767px){	

}

@media (min-width:768px) and (max-width:991px){
    .tekst_divider{
		font-size: 80px;
		line-height: 80px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.tekst_divider{
		font-size: 80px;
		line-height: 80px;
	}
}