.email-rejection { border: 4px double #d7d7d7; border-radius: 15px; padding: 3% 2%; box-shadow: inset -6px -6px 10px 0px #f4f4f4; }
.email-rejection ul { background:url('../images/01.jpg') left no-repeat; min-height: 180px; padding: 0 0 0 30%; display: table; }
.email-rejection ul li { display: table-cell; vertical-align: middle; }

@media all and (max-width:790px){
	.email-rejection ul { background: none; padding: 0; width: 100%; min-height: auto; }
}