@media (max-width : 1024px) {
	.domo-box white-bg-bottom {
		margin-bottom: 50px;
	}
	.demo-title {
		text-align: center;
		padding: 60px 0;
	}
	.domo-box white-bg-3::before {
		width: 100% !important; 
	}
	
	
	
}
@media (max-width : 768px) {
	.domo-box white-bg-bottom {
		margin-bottom: 50px;
	}
	.demo-title {
		text-align: center;
		padding: 60px 0;
	}
	.domo-box white-bg-3::before {
		width: 100% !important; 
	}
	
}
@media (max-width : 767px){ 
	.domo-box white-bg-bottom {
		margin-bottom: 50px;
	}
	.demo-title {
		text-align: center;
		padding: 60px 0;
	}
	.domo-box white-bg-3::before {
		width: 100% !important; 
	}
	
}


@media (max-width : 479px) {
	.domo-box white-bg-bottom {
		margin-bottom: 50px;
	}
	.demo-title {
		text-align: center;
		padding: 60px 0;
	}
	.domo-box white-bg-3::before {
		width: 100% !important; 
	}
	
}
