.white-popup-block{
  max-width:750px;
  margin: 20px auto;
}

@media all and (max-width: 415px) {
	.white-popup-block{
    margin: 5px auto;
	}
}