.ssu-explore-stat {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.ssu-explore-stat__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.ssu-explore-stat__body-title {
  font-size: 1rem;
}

