Мастерские: Декоративные элементы. Испытание: Анонс поста

Помогите, 99%(( Не могу понять что не так с этой иконкой???

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post-stats .icon {
width: 15px;
height: 15px;
}

.post {
position: relative;
}

.post-date {
position: absolute;
top: 0px;
left: 0px;
width: 55px;
height: 55px;
font-size: 15px;
font-weight: bold;
line-height: 55px;
text-align: center;
vertical-align: middle;
border-bottom: 5px solid #bdc3c7;
background-color: #ffffff;
}

.post-type {
position: absolute;
top: 60px;
left: 0px;
width: 55px;
height: 55px;
margin-top: 10px;
border-bottom: 5px solid #bdc3c7;
background: #7f8c8d url(‘quotes.png’) no-repeat 50% 50%;
}

.post-title {
margin: 0;
margin-left: 75px;
padding: 0;
font-size: 20px;
color: #2980b9;
}

.post-author {
margin: 5px 0;
margin-left: 75px;
}

.post-author a {
text-decoration: none;
color: #2980b9;
}

.post-stats {
position: relative;
display: inline-block;
margin-left: 75px;
}

.post-stats a {
margin-left: 20px;
color: #2980b9;
text-decoration: none;
}

.post-stats a:last-child {
margin-left: 0;
}

.post div:nth-of-type(6) {
margin-left: 30px;
}

.post-stats .icon {
width: 15px;
height: 15px;
background: url(‘post-challenge.png’);
}

.post-stats .icon-tags {
position: absolute;
top: 0;
left: 0;
}

.post-stats .icon-comments {
position: absolute;
top: 0;
left: -20px;
vertical-align: top;
background-position: 100px;
}

.post-text {
width: 165px;
margin-left: 75px;
padding: 10px 15px;
border-bottom: 5px solid #bdc3c7;
background-color: #ffffff;
}

1