.template-front-coin-show .top-coins h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.template-front-coin-show .top-coins .indices-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .template-front-coin-show .top-coins .indices-grid {
    grid-template-columns: 1fr;
  }
}
