.title {
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #57a0d7;
  border-bottom: 1px solid #57a0d7; }

.item {
  position: relative;
  width: 8rem;
  height: 10rem;
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 500px) {
    .item {
      width: auto; } }

.back-bar,
.bar {
  width: 1rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.back-bar {
  height: 10rem;
  background-color: #ebf4fa;
  border: 1px solid #fff;
  z-index: 1; }

.bar {
  background-color: #57a0d7;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 2; }

.icon {
  z-index: 99;
  margin-left: 2rem; }

.value {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: right; }
  .value:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    margin-top: 24px; }
  .value small {
    font-size: 12px;
    position: absolute;
    margin-top: 2px;
    margin-left: 4px; }
