.Box__item-grid {
  height: 130px !important;
  width: 130px !important;
  margin: 10px 10px;
}

.Box__title-grid {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 448px) {
  .Box__item-grid {
    height: 200px !important;
    width: 200px !important;
  }
  .Box__title-grid {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .Box__item {
    height: 270px !important;
    width: 270px !important;
  }
  .Box__title-grid {
    font-size: 40px;
  }
}
