.custom-padding{
		padding: 0 200px;
	}

@media only screen and (max-width: 600px) {
  .custom-padding{
		padding: 0
	}
}