/* xl */
@media (min-width: 1200px) and (max-width: 1399px) {
	
	
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {
	.wdr-steps-dot-border:before {
		top: 65px;
	}
	
}

/* md */
@media (min-width: 768px) and (max-width: 991px) {
	.wdr-steps-dot-border:before {
		top: 60px;
	}
}

/* xs */
@media (max-width: 767px) {
	.elementor-heading-title br {
		display: none;
	}
	.wdr-heading-arrow:before {
		height: 24px;
		width: 24px;
	}
	
	.wdr-steps-dot-border:before {
		display: none;
	}
	
}