.custom-cell {
  width: 100%;
  height: 70px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; */
  display: flex;
  justify-content: space-between;
}
