.inspired {
	width: min(32rem, 100%);
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 1em;
	img {
		width: 100%;
	}
}

.flowers {
	img {
		display: inline-block;
		max-height: 8rem;
	}
}

a::after {
	content: none !important;
}