.images {
    float: left;
    width: 390px;
    text-align: center;
    margin-top: 24px;
}
.images img {
    margin-bottom: 15px;
}
.description {
    float: left;
    width: 220px;
    margin-left: 30px;
    margin-top: 24px;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.5;
    font-size: 14px;
}
.description h2 {
    font-family: 'Droid Serif', serif;
    color: #702335;
    margin-bottom: 20px;
}
.description hr {
    margin-top: 20px;
    color: #702335;
}