@media screen and (max-width: 768px) {
  #delivery,#payment,#info {
  	width: 90%;
	margin: 20px auto;
  }
}