.span_style {
    margin: 0 15px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    border: 1px solid #74beea;
    background-repeat: no-repeat;
    background-position: center, center;
}
.img_style {
    font-size: 0.9em;
    white-space: normal;
    width: 120px;
    height: 180px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 6px;
}