#shopPage .status-item {
  text-align: center;
  margin-bottom: 60px;
}
#shopPage .status-item:last-child {
  margin-bottom: 0;
}
#shopPage .shopimg {
  margin: 20px 0;
}
#shopPage .shopimg + p {
  text-align: center;
}
@media screen and (max-width: 375px) {
  #shopPage .category-title {
    font-size: 18px;
  }
  #shopPage .shopimg + p {
    text-align: left;
    font-size: 14px;
  }
}