img.greetings{
	display: block;
	max-width:100%;
	margin:0 auto 2em;
    border-radius: 6px;
}

p{

	text-align:center;
	line-height:1.5em;
	margin-bottom:1.5em;
}

span.point{
	color:#ffc107;
	font-weight:bold;
	font-style: italic;
	font-size: 27px;
	margin-right:10px;
}


p.emphasis{
	font-weight:500;


}