@media (min-width: 992px) {
	.dp-section.dp-section--design .col-12.col-lg-4{
	 width: 41.66666667%;	
	}
	.dp-section.dp-section--design .col-6.col-lg-3{
	 width: 0%;	
	}
	.dp-section.dp-section--design .col-6.col-lg-5{
	 width: 54%;	
	}
	
	

	
	.dp-section .container.position-relative .col-12.col-lg-2 {
		width: 0%
	}
	
	.dp-section .container.position-relative .col-12.col-lg-6 {
		width: 61.66666667%
	}
	
}