* {
  box-sizing: border-box;
}

.cind {
 display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-auto-rows: 30px auto;
}
.emot  {
 width: 155px;
 height: 55px;
  grid-column: 1;
  grid-row: 2;
}
.tofs {
  width: 155px;
  height: 95px;
  grid-column: 1;
  grid-row: 3;
}
.hits {
  width: 110px;
  height: 12px;
  grid-column: 1;
  grid-row: 4;
}
