@import "@styles/theme.scss";

.item-wrap {
  display       : flex;
  align-items   : center;
  padding-bottom: 28px;

  .check-img {
    width       : 46px;
    height      : 46px;
    margin-right: 24px;
  }

  .item-text {
    font-size: $font-size-lg;
    opacity  : .9;
  }
}

.last-child {
  padding-bottom: 0
}