.leftknight {
float: left;
width: 45%;
text-align: center;
margin-bottom: 15px;
}

.leftknight img {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
width: 80px;
height: 100px;
}

.rightknight {
float: right;
width: 45%;
text-align: center;
margin-bottom: 15px;
}

.rightknight img {
border-radius: 8px;
box-shadow: 5px 5px 5px #888888;
width: 80px;
height: 100px;
}