Сетки 32/32 97% Подскажите что не так.

Не могу понять, что не так с отступами текста, подскажите плиз как исправить.

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

body {
width: 450px;
height: 300px;
font-size: 12px;
font-family: “Arial”, sans-serif;
}

.gallery {
padding-top: 10px;
}

.gallery .item {
display: inline-block;
width: 125px;
margin-bottom: 10px;
}

.item:nth-child(1) {
margin-left: 18px;
}

.item:nth-child(2) {
margin-left: 17px;
}

.item:nth-child(3) {
margin-left: 16px;
}

.item:nth-child(4) {
margin-left: 90px;
}

.item:nth-child(5) {
margin-left: 17px;
}

.gallery .title {
margin-bottom: 5px;
line-height: 14px;
margin-left: -0.5px;

}

.gallery .frame {
background-color: #ecf0f1;
border: 1px solid black;
padding-bottom: 5px;
}

.gallery .image {
height: 70px;
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid black;
margin-top: 10px;
}

.gallery .image{
border-left: none;
}

.gallery .image{
border-right: none;
}

.gallery .image-1 {
background-color: #2ecc71;
background-image: url(“cat_box.png”);
}

.gallery .image-2 {
background-color: #3498db;
background-image: url(“cat_fish.png”);
}

.gallery .image-3 {
background-color: #f1c40f;
background-image: url(“cat_purr.png”);
}

.gallery .image-4 {
background-color: #e67e22;
background-image: url(“cat_walk.png”);

}

.gallery .image-5 {
background-color: #e74c3c;
background-image: url(“cat_drunk.png”);
}

.gallery .date {
font-size: 11px;
color: #666666;
font-style: italic;
padding-top: 5px;
padding-left: 5px;
}

каждому блоку прописывать свой маргин не очень красиво, по-моему.
я блоку .gallery прописал text-align: center