section {
	width: 80%;
}
p:nth-of-type(2):has(img) {
    float: left;
}
#index section img {
	width: 100%!important;
	height: auto!important;
}


blockquote {
    float: right;
    width: 20%;
    margin: 0;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .5);
    background-color: #eee;
    font-family: courier;
    font-size: .8em;
    position: relative;
}
blockquote p {
    margin: 1em 0.5em 1em 2em;
}
blockquote p:nth-of-type(2) {
    font-weight: bold;
}
blockquote p:first-of-type::before {
    content: open-quote;
    font-size: 2em;
    font-family: times new roman;
    position: absolute;
    /* margin-right: 1em; */
    /* padding-right: 1em; */
    left: 4px;
    top: 4px;
    color: #999;
}
blockquote p:first-of-type::after {
    content: close-quote;
    font-size: 2em;
    font-family: times new roman;
    position: absolute;
    /* right: 0; */
    bottom: 34px;
    color: #999;
}
blockquote:nth-of-type(even) {
	float: left;
	margin-right: 2em;
}
