Add margin under lead copy and limit image width to container
@@ -202,6 +202,7 @@ blockquote p:last-child {
img {
display: block;
+ max-width: 100%;
margin: 0 0 1rem;
border-radius: 5px;
}