@media (min-width: 768px) {
	.no_comp {
		display:none;
	}
	.main_wrap {
		padding: 2.5rem;
	}
	.leftside {
		display: flex;
	}
	
	.theheader {
		display:flex;
	}
}
