.item {
  text-align: center;
}

.item__image {
  margin-bottom: 20px;
  height: 100px;
}

@media only screen and (max-width : 480px) {
  .item {
    font-size: 14px;
  }
}