#newsletter_result{ border:1px solid #ddd; padding:50px 20px; text-align:center; }
#newsletter_result > strong{ display:block; font-size:30px; line-height:140%; margin:20px 0; }
#newsletter_result > p{ font-size:16px; line-height:160%;}
#newsletter_result > p b{ color:#d71532; text-decoration:underline; font-weight:500; }
#newsletter_result > a{ display:block; max-width:270px; height:60px; line-height:60px; color:#fff; font-size:18px; font-weight:700; background:#d71532; margin:30px auto 0; }

@media all and ( max-width:1024px){
	#newsletter_result{  padding:30px 20px; }
	#newsletter_result > img{ width:50px;}
	#newsletter_result > strong{  font-size:25px; margin:10px 0;   }
	#newsletter_result > p{ font-size:14px; }
	#newsletter_result > a{ max-width:150px; height:45px; line-height:45px; font-size:16px; margin:20px auto 0; }
}
@media all and ( max-width:768px){
	#newsletter_result > p br{ display:none; }
}