.content-wrapper figure img {
	width: 100%;
	max-width: 800px;
}
.content-wrapper p strong {
	font-weight: bold;
}
.content-wrapper .button {
	display: inline-block;
	background-color: #7a94f5;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
.content-wrapper .button:hover {
	background-color: #3757cd;	
}